I have problem with Gramps WEB at DigitalOcean. I followed the guidelines in https://gramps-project.github.io/web/DigitalOcean/ What I did was following:
Created a DigitalOcean account … OK
Create the droplet … OK
Set up a domain name:
I have account.dyn.com and added a host xxx.dyndns.info
but I have to specify an IP-address … which one should I use?
Log in to your droplet
I made ssh root@ip-droplet-address and it went OK
asking my about domain (I entered xxx.dyndns.info) & email.
Should i ‘Add domain’ for my droplet in DigitalOcean … pull down menu. I did enter xxx.dyndns.info.
Launch Gramps Web
How to start Gramps Web … what is URL-address?
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!
Hi there,
I will try to cover all of the questions that you’ve listed:
Set up a domain name
The IP address that you need to use for your domain is the IP address of your droplet. You can find this in the DigitalOcean control panel in the dashboard of your Droplet. Once you have it, you should add it to your DynDNS account for your domain name.
As a side note, rather than using a dynamic DNS provider, I could suggest getting an actual domain name, here is a tutorial on how to get a free one in case that you don’t have one already:
Log in to your Droplet
It sounds like you’ve already done this correctly. The domain you entered is the one you configured in your DynDNS account, which is xxx.dyndns.info or your actual domain name.
If you are managing your DNS records externally there is no need to add your domain to your DigitalOcean account. If you prefer, you could add your domain name to your DigitalOcean account and manage your DNS records there, keep in mind that you would need to actually own the domain in order to do that:
https://docs.digitalocean.com/products/networking/dns/how-to/add-domains/
Launch Gramps Web
If you’ve followed all the instructions in the guide, Gramps Web should be running on your droplet already. You should be able to access it by navigating to http://xxx.dyndns.info in your web browser. If that doesn’t work, try adding the port number to the URL, like http://xxx.dyndns.info:8000. The port number is the one you configured for Gramps Web (default is 8000).
If you’re still having problems, make sure that the firewall on your droplet is not blocking incoming connections. If you’re using ufw, you can check the status with sudo ufw status. If necessary, you can allow incoming connections to Gramps Web with a command like sudo ufw allow 8000 (replace 8000 with the port number Gramps Web is running on).
I hope this helps! If you run into any more issues, feel free to ask for more help.
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.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.