From 84b26b6526ee0bcb657f34ce6bba4a0ec823aaee Mon Sep 17 00:00:00 2001 From: Sagar Gubbi Date: Thu, 19 Aug 2021 20:14:17 +0530 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7540f31..20d17af 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Orange Forum ============ -[Orange Forum](http://www.goodoldweb.com/orangeforum/) is an easy to deploy forum that has minimal dependencies (only Postgres) and uses almost no javascript. It is written is golang and a [compiled binary](https://github.com/s-gv/orangeforum/releases) is available for linux. Try the latest version hosted [here](https://community.goodoldweb.com/). Please contact [info@goodoldweb.com](mailto:info@goodoldweb.com) if you have any questions or want support. +[Orange Forum](http://www.goodoldweb.com/orangeforum/) is an easy to deploy forum that has minimal dependencies (only Postgres) and uses almost no javascript. It is written in golang and a [compiled binary](https://github.com/s-gv/orangeforum/releases) is available for linux. Try the latest version hosted at [https://community.goodoldweb.com/](https://community.goodoldweb.com/). Please contact [info@goodoldweb.com](mailto:info@goodoldweb.com) if you have any questions or want support. How to use ---------- @@ -47,7 +47,7 @@ Finally, start the server (don't forget to change the secret key!): SECRET_KEY=s6JM1e8JTAphtKNR2y27XA8kkAaXOSYB ORANGEFORUM_DSN="postgres://dbuser:dbpass@localhost:5432/testdb" ./orangeforum -alsologtostderr ``` -Goto [http://localhost:9123/forums/community.goodoldweb.com](http://localhost:9123/forums/community.goodoldweb.com) in your browser. +Goto [http://localhost:9123/forums/community.goodoldweb.com](http://localhost:9123/forums/community.goodoldweb.com) in your browser. If you have setup DNS, you can directly go to [http://community.goodoldweb.com](http://community.goodoldweb.com) and skip the `/forums/community.goodoldweb.com` part of the path. A single instance of Orange Forum can support multiple domains. Notes -----