pip install -r requirements.txt
copy the main.cfg.template to main.cfg and choose the right engine
python main.py
now open a browser and go to address http://localhost:8080
Open a shell and execute:
- cp scripts/garden in /etc/init.d
- chmod +x /etc/init.d/garden
- update-rc.d garden defaults
- reboot