Manual installation
note
You need to run the following steps on a dokku server. If you do not have a dokku server for now, please follow the getting started guide.
First we need to create a new app for ledokku.
To keep the same ssh key when you update ledokku we need to create a persistent storage for the ssh key.
Create a new Redis database.
Create a new Postgres database.
Let's add the required env variables we need.
Now let's pull the latest version of ledokku from the docker registry and deploy it.
After the app is deployed last step is to setup the proxy port.
Now open you server ip in your browser (eg: http://123.123.123.123).
You should be able to see the ledokku admin 🎉.
Congrats, the ledokku app is running on your server 👏.
We are preparing some documentation to show you how to setup a custom domain name and deploy your first app. In the meantime, to deploy your first app please take a look at the dokku official documentation http://dokku.viewdocs.io/dokku/deployment/application-deployment/.