discourse-docker
discourse-docker copied to clipboard
[unmaintained] Install and manage Discourse via docker [2014]
if you ctrl+c a `make supervisor` session, supervisor will seemingly exit after killing the docker processes, but `docker ps` will indicate that the containers are still running. supervisor is effectively...
I keep getting the following error when running postgres with `make supervisor` uname -a ``` Linux hostname 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux...
We should figure out a way to abstract startup scripts (in `bin/`) and configuration (in `etc/`) using some sort of docker orchestration tool. Watch out for `docker run -link ...`...
... so that `postgresql-client` need not be installed on the host (per README).
Upgrade script for upgrading to discourse future tag releases - Automatically backup/restore data/{postgresql/discourse-public} in the event if failure. - Run db:migrate and asset:precompile without resetting data/discourse-public (as 'setup' does).
currently relying on postmark, which is a paid service.
Add [reply by email](http://meta.discourse.org/t/new-reply-via-email-support/7764) support, preferably using postmarkapp.com
Need a backup script to back up both the postgres data and the Discourse uploads folder (`data/discourse-public`) on regular basis. Postgres data in particular should be backed using pg_dump. Ideally...