https://github.com/cleydyr/discourse-wedeploy-example
An example of Discourse on WeDeploy
https://github.com/cleydyr/discourse-wedeploy-example
Last synced: 3 months ago
JSON representation
An example of Discourse on WeDeploy
- Host: GitHub
- URL: https://github.com/cleydyr/discourse-wedeploy-example
- Owner: cleydyr
- License: bsd-3-clause
- Created: 2018-12-14T21:54:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T00:27:03.000Z (over 6 years ago)
- Last Synced: 2025-01-07T06:32:17.395Z (5 months ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Discourse
An instance of [Discourse](www.discourse.org).The template used for this deployment is equivalent to the combination of the `postgres`, `redis` and `web` templates as contained on the discourse_docker repository. It means all applications needed to run a production environment of Discourse will be running inside that container.
## Configuration
Change configurations by editing the Dockerfile.
The only **required** configuration is the SMTP server, user and password, which will be used to send notifications and validate newly created accounts. It includes the admin account itself, so you should provide valid SMTP credentials in order to be able to validate the account of your example via email.Alternatively, you can use the shell of the container, run `rake admin:create` and follow the instructions to create a new account without using mail messaging to validate it.
## Instructions
1. Install the [WeDeploy CLI](https://wedeploy.com/docs/intro/using-the-command-line/).
2. Clone this repository.
3. Open the project with your command line and run `we deploy -p yourproject`.## License
[BSD-3-Clause](./LICENSE.md), © Liferay, Inc.