Skip to content

Instantly share code, notes, and snippets.

@henriqueutsch
Last active August 29, 2015 14:14
Show Gist options
  • Save henriqueutsch/83fba75a0842846a4c92 to your computer and use it in GitHub Desktop.
Save henriqueutsch/83fba75a0842846a4c92 to your computer and use it in GitHub Desktop.
#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