Accessing Grav UI with Digitalocean

I’ve just started using Grav, so sorry for the noob question.

I installed Grav on my Digitalocean’s droplets using the following tutorial : DigitalOcean | Grav Documentation

Everything seems to be working, but I can’t access, or don’t understand how to access Grav’s dashboard. Is it accessible through my droplet’s ipv4 ?

Thanks

@douxdoux-1312,

The following line in section Installing Grav:

$ wget -O grav.zip https://getgrav.org/download/core/grav/latest

downloads Grav without Admin.

The following line will download Grav + Admin

$ wget -O grav.zip https://getgrav.org/download/core/grav-admin/latest

And you should also replace $ mv grav html with $ mv grav-admin html

1 Like