An idiot-proof guide to setting up retrospring? #1891
Replies: 4 comments
-
While we use the image in production...our setup is rather special, and we don't really have a lot of experience with just regular Docker in Production setups either, that's why there is no setup description for that yet. What are the troubles you faced with the source installation method? Which step did you get stuck at, etc. I can try to give you some pointers (and maybe even improve the documentation in the process). Not exactly sure if we can make it fully "idiot-proof" because any way will require some technical knowledge. |
Beta Was this translation helpful? Give feedback.
-
With the source installation method, I have gotten all the way to the last setting up step, but cannot figure out how to solve this error: E: Figured I had to edit the Procfile to start on production and not development, but it's still not working. IT appears to just stop itself immediately?
|
Beta Was this translation helpful? Give feedback.
-
Inexplicably, after re-trying a fresh install about ten times, it finally worked and the site is online. I will mark this as closed for now! |
Beta Was this translation helpful? Give feedback.
-
I've been able to run it in Docker from the published images but it took a bit of digging and experimentation. It's a bit of a bodge still. The static files for Nginx are manually copied over and there were a few manual steps documented in the source install that had to be run also. Config files need to be copied into the volume and edited as required. Secrets and config are spread all over the place which is not ideal. Hopefully it can provide a place to start from though. docker-compose.yml
nginx.conf
|
Beta Was this translation helpful? Give feedback.
-
Hi! I would like to try setting up my own personal retrospring instance, but I am struggling even after attempting the set-up from scratch a few times. So I thought perhaps using the package provided might be easier, but I have never used docker before, so I am at a loss of what I'm supposed to do literally just after the docker pull command... I attempted docker run, but it doesn't seem to result in anything.
Beta Was this translation helpful? Give feedback.
All reactions