Hello, Been following this thread with interest since the OBS Appliance and the Weblate container found in the Docker registry are both far out of date as to be unusable without major modifications.
In fact, if either of these 2 common sources for pre-built apps can be updated at least once, AFAIK updating can be set to automatic thereafter requiring little maintenance. In the meantime, I'm currently wending my way through understanding what is required to set up for a weblate configuration to work which is unrelated except that I would expect that the Appliance or Weblate from the Docker registry should "just work" Tony On Wed, Sep 7, 2016 at 5:50 AM, Michal Čihař <[email protected]> wrote: > Hi > > Thanks for your feedback, I've clarified the setup instructions: > > https://docs.weblate.org/en/latest/admin/deployments.html#deployment > > Also Weblate 2.9 will also support resetting admin password from the > command line: > > https://docs.weblate.org/en/latest/admin/management.html#django-admin-c > reateadmin > > Mario Ernst píše v St 31. 08. 2016 v 11:10 +0200: >> Hi, >> >> response about the issue that the admin user does already exist. >> Docker knowledge is required here: I had to delete the volumes to >> start from the beginning. >> == >> docker volume rm weblatedocker_postgres-data weblatedocker_weblate- >> data >> == >> >> Now the setup works and I am able to log in as an admin with >> following: >> == >> (git clone https://github.com/WeblateOrg/docker.git weblate-docker) >> && cd weblate-docker && (docker-compose build && docker-compose run >> --rm weblate migrate) && (docker-compose run --rm weblate >> collectstatic <<< yes) && (docker-compose run --rm weblate >> createadmin | grep "Creating user admin with password" | awk '{ print >> $6 }' >> weblate-admin-password.txt) && (docker-compose up -d) >> == > > -- > Michal Čihař | https://cihar.com/ | https://weblate.org/ > > _______________________________________________ > Weblate mailing list > [email protected] > https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate > _______________________________________________ Weblate mailing list [email protected] https://lists.cihar.com/cgi-bin/mailman/listinfo/weblate
