-
Notifications
You must be signed in to change notification settings - Fork 288
Docker production notes
Allan Nordhøy edited this page Apr 23, 2018
·
12 revisions
Following the guide at https://github.com/translate/pootle/wiki/Docker-setup-notes
at a minimum you should set the POOTLE_SITE_NAME
…
https://github.com/translate/pootle/wiki/Docker-production-configuration-notes
(host) makey pull production
The --no-projects
flag is optional
(host) makey production pootle migrate
(host) makey production pootle initdb --no-projects
Assuming you create a user with username of "pootleadmin"
(host) makey production pootle createsuperuser
(host) makey production pootle verify_user pootleadmin
Pull and start the server with the following command:
(host) makey web
this will generate self-signed certificates to get you started
You can use certbot
to update your server certificates
(host) makey certbot
(host) makey exec web nginx -s reload