update README
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
Updated January 2022.
|
Updated February 2022.
|
||||||
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis
|
Want to support this work? Buy Me a Coffee. https://www.buymeacoffee.com/ppaukstelis
|
||||||
# octoprint_deploy
|
# octoprint_deploy
|
||||||
These files provide a simple bash script for quickly deploying multiple octoprint instances on a single computer.
|
These files provide a simple bash script for quickly deploying multiple octoprint instances on a single computer.
|
||||||
|
# BIG CHANGES
|
||||||
|
As of 02/22 there is no longer a need to download a specific image file.
|
||||||
# How to use
|
# How to use
|
||||||
* OctoPi
|
* OctoPi
|
||||||
* Put the latest OctoPi image on your SD card
|
* Put the latest OctoPi image on your SD card
|
||||||
* ssh into your Pi (pi@octopi.local; good idea to change your password now!)
|
* ssh into your Pi (pi@octopi.local; good idea to change your password now!)
|
||||||
* run the command `git clone https://github.com/paukstelis/octoprint_deploy.git`
|
* run the command `git clone https://github.com/paukstelis/octoprint_deploy.git`
|
||||||
* switch to the fullprep branch (For now; `cd octoprint_deploy; git checkout fullprep; cd`)
|
|
||||||
* run the command `sudo octoprint_deploy/octoprint_deploy.sh`
|
* run the command `sudo octoprint_deploy/octoprint_deploy.sh`
|
||||||
* Choose `Prepare System` from the menu
|
* Choose `Prepare System` from the menu
|
||||||
* Setup admin user by connecting to http://octopi.local via browser
|
* Setup admin user by connecting to http://octopi.local via browser
|
||||||
@@ -16,10 +16,9 @@ These files provide a simple bash script for quickly deploying multiple octoprin
|
|||||||
* Continue until you have added all the printers you want to use
|
* Continue until you have added all the printers you want to use
|
||||||
* haproxy entries are updated so you can connect via http://octopi.local/instancename/
|
* haproxy entries are updated so you can connect via http://octopi.local/instancename/
|
||||||
* Ubuntu (may work for other deb systems, not tested yet)
|
* Ubuntu (may work for other deb systems, not tested yet)
|
||||||
* Install Ubuntu 20.X on your system (make sure your user is admin for sudo)
|
* Install Ubuntu 20-21.X on your system (make sure your user is admin for sudo)
|
||||||
* Install git if it isn't already: `sudo apt install git`
|
* Install git if it isn't already: `sudo apt install git`
|
||||||
* run the command `git clone https://github.com/paukstelis/octoprint_deploy.git`
|
* run the command `git clone https://github.com/paukstelis/octoprint_deploy.git`
|
||||||
* switch to the fullprep branch (For now; `cd octoprint_deploy; git checkout fullprep; cd`)
|
|
||||||
* run the command `sudo octoprint_deploy/octoprint_deploy.sh`
|
* run the command `sudo octoprint_deploy/octoprint_deploy.sh`
|
||||||
* Choose `Prepare System` from the menu. This will install necessary packages, install octoprint, and start an instance
|
* Choose `Prepare System` from the menu. This will install necessary packages, install octoprint, and start an instance
|
||||||
* Setup admin user by connecting to your system (either http://localhost:5000 or http://[hostname]:5000 via browser
|
* Setup admin user by connecting to your system (either http://localhost:5000 or http://[hostname]:5000 via browser
|
||||||
|
|||||||
Reference in New Issue
Block a user