From 0896d0670ebca85082a6d40a0b4e2dc2c08a951e Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 7 Jan 2024 23:13:15 +0100 Subject: [PATCH] first commit --- .gitignore | 9 +++++++++ README.install | 24 ++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .gitignore create mode 100644 README.install diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9772d11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +# - common +*.log +*.swp +*.tar.gz +log* + +conf/*.conf + diff --git a/README.install b/README.install new file mode 100644 index 0000000..9029b6f --- /dev/null +++ b/README.install @@ -0,0 +1,24 @@ +# -------------------- +# Install discourse +# -------------------- + +# see also: +# https://github.com/discourse/discourse/blob/main/docs/INSTALL-cloud.md + +# Installation +# +# 1. Create new cloud server +# 2. Access new cloud server +# 3. Install Prerequisites for Docker +# 4. Install Discourse +# 5. Edit Discourse configuration +# 6. Start Discourse +# 7. Register new account and become admin +# 8. Post-install maintenance +# 9. (Optional) Add more Discourse features + + +# ... + + +# 4. Install Discourse