When I’m trying to spin up a Gramps Web (GW) droplet, I’ll connect to the droplet over the console to enter the domain I’m going to use. Then the first run shell script is supposed to finalize the spin up process. In approximately 50 % of my attempts I’ll be greeted by the error message “docker-compose: not found” and that’s it. The GW software will not be installed and since I cannot find any documentation describing the manual installation of GW, I’m forced to destroy the droplet completely and to start over again.
Can anybody propose a solution for this problem?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi there,
What you need to do is to wait about 10 minutes or so before you SSH into the Droplet. The way that the 1-Click image has been set up is to install the latest docker-compose
version after the server has been created so it takes a while.
What I would suggest is:
If you don’t want to re-create your Droplet, you could:
/opt/grampsweb/firstlogin.py
(cd /opt/grampsweb && docker-compose pull && docker-compose stop && docker-compose up --remove-orphans -d)
If you believe that this is a bug, you could submit an issue on their official GitHub repo:
https://github.com/gramps-project/Gramps.js/issues
Let me know if you have any questions!
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.