Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
s-gv committed Aug 19, 2021
1 parent 67eb459 commit 84b26b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
----------
Expand Down Expand Up @@ -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
-----
Expand Down

0 comments on commit 84b26b6

Please sign in to comment.