Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Discourse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
Discourse
Compare revisions
078c7ca4567c123bab9dc21ce7ae7877b1d7a812 to 8de86c442196462c089d95f5bb9a56e9b10f6395
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/discourse
Select target project
No results found
8de86c442196462c089d95f5bb9a56e9b10f6395
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/discourse
Select target project
ansible/roles/discourse
1 result
078c7ca4567c123bab9dc21ce7ae7877b1d7a812
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
docker/l3d#74
Move all documentation to devops-tools doc
· 8de86c44
jurgenhaas
authored
4 years ago
8de86c44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-39
2 additions, 39 deletions
README.md
with
2 additions
and
39 deletions
README.md
View file @
8de86c44
# Discourse
https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md
https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247
Log: /var/discourse/shared/standalone/log/rails/production.log
```
Usage: launcher COMMAND CONFIG [--skip-prereqs] [--docker-args STRING]
Commands:
start: Start/initialize a container
stop: Stop a running container
restart: Restart a container
destroy: Stop and remove a container
enter: Use nsenter to get a shell into a container
logs: View the Docker logs for a container
bootstrap: Bootstrap a container for the config based on a template
rebuild: Rebuild a container (destroy old, bootstrap, start new)
cleanup: Remove all containers that have stopped for > 24 hours
Options:
--skip-prereqs Don't check launcher prerequisites
--docker-args Extra arguments to pass when running docker
```
Manually create admin:
```
cd /var/discourse
./launcher enter app
rake admin:create
```
Upgrade: http://172.17.0.1/admin/upgrade
Drupal Integration:
-
https://www.drupal.org/project/discourse
-
https://www.drupal.org/project/discourse_sso
-
https://www.drupal.org/node/2880123#comment-12312794
You find all the details in the
[
full documentation
](
https://devops-tools.docs.lakedrops.com/ansible/roles/discourse/
)
.
This diff is collapsed.
Click to expand it.