From 8de86c442196462c089d95f5bb9a56e9b10f6395 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 12 Jan 2021 11:57:39 +0100 Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc --- README.md | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index ce24b6d..a1f66ec 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,3 @@ +# 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/). -- GitLab