LabelMeAnnotationTool icon indicating copy to clipboard operation
LabelMeAnnotationTool copied to clipboard

Video Tutorial on Setting up LabelMe with Ubuntu 12.04

Open thelittlekid opened this issue 8 years ago • 2 comments

I made a video tutorial for me and those who are not familiar with Apache configurations on Ubuntu. https://www.youtube.com/watch?v=IXQMALMprhY
Hope this helps.

It might be better if the authors could specify how to do the following two steps in detail, it took me a while to figure that out.

  • Enable authconfig in Apache so that server side includes (SSI) will work. This will allow SVG drawing capabilities. This is the most common source of errors, so make sure this step is working.
  • Allow perl/CGI scripts to run. This is the second most common source of errors.

thelittlekid avatar Jan 25 '17 01:01 thelittlekid

In Ubuntu 14.04 /etc/apache2 directory doesn't have httpd.conf, so you need to create it. Also the 000-default.conf file has DirectoryRoot as /var/www/http which you might want to change to /var/www if you follow the above steps exactly.

iamprem avatar Mar 23 '17 18:03 iamprem

Someone made an updated Video Tutorial for Ubuntu 16.04 that worked for me:

Set up LabelMe on Local Server with Ubuntu 16 04 https://www.youtube.com/watch?v=07uHcjRjAbM

hofingermarkus avatar Apr 26 '17 16:04 hofingermarkus