My fault.
The command should be:
That is without the first "/" on each directory name.
You can test the installation with
When you see some messages about "starting timeing loop" and "plugins loaded" it is running properly and you should be able to access the program's user interface from a web browser.
If you install the sip startup script into /etc/init.d you should also delete the old ospi script:
first disable it with:
then delete it with:
Let me know how it goes.
Dan
The command should be:
Code:
sudo cp -a OSPi-old/data/ SIP/
You can test the installation with
Code:
cd SIP
sudo python sip.py
If you install the sip startup script into /etc/init.d you should also delete the old ospi script:
first disable it with:
Code:
sudo update-rc.d ospi remove
Code:
sudo rm /etc/init.d/ospi
Let me know how it goes.
Dan