Skip to content

Software setting : WEB Standalone

Mauro edited this page Jun 7, 2013 · 44 revisions

Step 1: Setup web services(auto run on startup)
Enter in Shapextractor folders and execute:

sudo cp Shape_service /etc/init.d/Shape_service
sudo chmod 755 /etc/init.d/Shape_service
sudo update-rc.d Shape_service defaults

Now on startup it open simple python cgi webserver on port 7000 If no want reboot rpi run it with this command:

./etc/init.d/Shape_service start

and same for stop it:

./etc/init.d/Shape_service stop

now you are ready to use it
Step2 : Use Shapextractor

Clone this wiki locally