Last active
August 29, 2015 14:14
-
-
Save henriqueutsch/83fba75a0842846a4c92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pi@raspberrypi ~ $ octoprint | |
# * Running on http://0.0.0.0:5000/ | |
# https://github.com/foosel/OctoPrint/wiki/Setup-on-a-Raspberry-Pi-running-Raspbian | |
# octoprint --host=127.0.0.1 --port=8080 | |
sudo apt-get install python-serial python-wxgtk2.8 python-pyglet | |
cd | |
git clone https://github.com/beardface/Printrun | |
sudo pip install cherrypy | |
cd ~ | |
sudo apt-get install python-pip python-dev git | |
sudo apt-get install python-setuptools | |
git clone https://github.com/foosel/OctoPrint.git | |
cd OctoPrint | |
sudo python setup.py install | |
mkdir ~/.octoprint | |
sudo usermod -a -G tty pi | |
sudo usermod -a -G dialout pi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment