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