Page MenuHomeSoftware Heritage

Add the vault services (api and worker) and make them avaible in swh-web
ClosedPublic

Authored by douardda on Feb 12 2019, 12:25 PM.

Details

Summary

Also

  • Move options and arguments of the swh manage command as COMMAND
  • Deploy a djangossettings.py for swh-web that allows to set a dumd asmin password

    It should be a matter of either:

    docker-compose exec swh-web bash root@183ba8e88fd6:/tmp/swh# python -m swh.web.manage createsuperuser \ --settings djangosettings --username admin --email noone@is.inocent

    or:

    docker-compose run swh-web createsuperuser --settings \ djangosettings --username admin --email noone@is.inocent

Diff Detail

Repository
rCDFD Dockerfiles for developers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont added a subscriber: ardumont.

sounds good

dockerfiles/swh-vault/entrypoint.sh
33 ↗(On Diff #3532)

indentation

This revision is now accepted and ready to land.Feb 12 2019, 1:11 PM
douardda marked an inline comment as done.

Fix indentation in swh-vault/entrypoint.sh

This revision was automatically updated to reflect the committed changes.