commit 0896d0670ebca85082a6d40a0b4e2dc2c08a951e Author: Christoph Date: Sun Jan 7 23:13:15 2024 +0100 first commit 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