paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
394 stars 39 forks source link

Generic instance not restarting #19

Closed andraisr closed 2 years ago

andraisr commented 2 years ago

I went through your video and was able to get the initial instance up and running, then I continued on and setup another printer and a camera. You mentioned in the video that the first instance was disabled. As I saw when I opened the browser. then i proceeded to add the second printer and camera. I went back to use the first instance (generic) and it would not start. Please advise, I am not adverse to starting over if I missed a step.

Thanks in advance, Sincerely,

Israel Andrade

paukstelis commented 2 years ago

There is no need to use the generic instance for anything after you setup the admin user account. It is simply a template.

On Wed, May 11, 2022, 12:28 AM andraisr @.***> wrote:

I went through your video and was able to get the initial instance up and running, then I continued on and setup another printer and a camera. You mentioned in the video that the first instance was disabled. As I saw when I opened the browser. then i proceeded to add the second printer and camera. I went back to use the first instance (generic) and it would not start. Please advise, I am not adverse to starting over if I missed a step.

Thanks in advance, Sincerely,

Israel Andrade

— Reply to this email directly, view it on GitHub https://github.com/paukstelis/octoprint_deploy/issues/19, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGYDYRRBI6365IKVYJICXLDVJMZQJANCNFSM5VTSQXJA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

andraisr commented 2 years ago

So how do I restart the first instance. Or just make another?

paukstelis commented 2 years ago

You just make another. The first instance is only a template, which is why it is turned off after you make the admin user.

andraisr commented 2 years ago

Made another. it works. Thanks again. Silly question. If I do the firmware updater add on. does this get added to all instances, or just the one I loaded it on to. I also need to do the avrdude install via sudo, again, does this affect all instances or just the one I connected to with putty?

paukstelis commented 2 years ago

Any plugin you add will be added to all instances. Updates to one instance will propagate to all of the instances. You just have to restart the instances for it to take effect.