Closed mr-eggleton closed 9 years ago
To try this you will need to ssh onto the pi ( @mr-eggleton or @mr-evans can get you started). commands needed are:
Change to the correct folder
cd ~/robot-enrichment
To create the branch
git checkout -b 23_flatten
To move the conf files
mv python/*.conf . mv robot.py old-robot.py mv python/robotserver.py robot.py
To try it (I wouldn't expect it to work first time)
sudo python robot.py
Make a new branch and try moving robotserver.py and it's config files down to the root rename robotserver.py to robot.py