Installation of vpub-plus using Docker
Author | Topic |
---|---|
mysh
|
Posted on
Prerequisites- Git - Docker Installationgit clone git@github.com:hugmouse/vpub-plus.git cd vpub-plus sudo docker compose up Wait some time to get those container up and running - and done! Navigate to !Screenshot of vpub-plus running and lubuntu's terminal ConfigurationYou can customize container by editing POSTGRES_USER=vpub POSTGRES_PASSWORD=yourpassword POSTGRES_DB=vpub SESSION_KEY=your32byteslongsessionkeyhere CSRF_KEY=your32byteslongcsrfkeyhere CSRF_SECURE=false PORT=8080 Make sure to change those if you actually want to run it publicly. Last edited on |