I was wondering if there was a way to avoid impacting all the other existing sites by doing a full bootstrap or rebuild and somehow just add the extra database needed?
I tried ./launcher rebuild multisite first, but this seems to fail ↩︎
I was missing this command to restart (I also tried sv reload unicorn but somehow that wasn’t enough).
In terms of creating the database, is there already a way to do this automatically? It would be nice to have rake db:create[mynewdbname]. Otherwise, I can write a short shell script.
At the moment, I create manually (create db and set permissions) and then do a RAILS_DB=newdb rake db:migrate to populate it.
Is it possible to clean up this documentation a bit and provide a bit more directions in it? I am extremely new to Docker first off and although I have linux server experience I am not a pro at it. I am an old schooler love my cron jobs and shell scripts and you know weird stuff like that with apache multi site etc. But this is a bit more complex and using a different programming language than I am use to.. Maybe even possibly an Demonstration video of some kind? It would be nice if discourse was just made multi site ready and that way all you would have to do is just edit a few files etc.
Yes, point all domains to the same server IP.
Set up a revers proxy with Nginx or Caddy server. Caddy is the best as it gives free automatic SSL certs to all your domains.