Skip to content

Docker dev notes

phlax edited this page Apr 21, 2018 · 11 revisions

Setup a docker environment

Following the guide at https://github.com/translate/pootle/wiki/Docker-setup-notes

Pull the required images

(host) makey pull dev

Migrate the and initialize the database

The --no-projects flag is optional

(host) makey dev pootle migrate
(host) makey dev pootle initdb --no-projects

Create and a verify a superuser

assuming you create a user with username of "pootleadmin"

(host) makey dev pootle createsuperuser
(host) makey dev pootle verify_user pootleadmin
Clone this wiki locally