Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to add discourse to local dev stack #447

Open
wilson29thid opened this issue Sep 26, 2020 · 1 comment
Open

Figure out how to add discourse to local dev stack #447

wilson29thid opened this issue Sep 26, 2020 · 1 comment

Comments

@wilson29thid
Copy link
Contributor

Currently we have a docker compose file that enables us to get the full stack up and running with a single command docker-compose up. Discourse's docker setup is very unique and incompatible with this approach. You still need system dependencies. So I'm not sure how we'd add it to the local dev stack, which may be necessary to login (see #446).

Ideas:

  1. Use the bitnami discourse image (not supported by discourse but a big company)

  2. Create our own docker image that essentially replicates these local dev instructions

  3. Run a staging version of the forums and have devs use that to login (shared)

@wilson29thid
Copy link
Contributor Author

I made a start on option 2 and it wasn't too difficult: https://github.com/29th/discourse-docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant