Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Reorg per Kee
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroscr committed Feb 7, 2020
1 parent b7a546c commit 8b9bed1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Expand Up @@ -3,17 +3,25 @@ Session Open Group Server (previously Loki messenger public chat server)

an Express REST API for serving/storing open group room history for Session.

Requirements:
## Requirements:
- Hosting with a public IP address
- make sure you have a working DNS hostname that points to your public IP address.
- an email address (LetsEncrypt requires this)
- We recommend you have at least 4GB of free disk space and 512mb of ram (it may runs with less but use at your own risk)

Software requirements:
- NodeJS
### Software requirements:
- NodeJS 8.x+
- A storage engine supported by [camintejs](https://github.com/biggora/caminte) for persistence
- Recommended: Mysql/MariaDB
- Suggested: MySQL/MariaDB, SQLite3, PostgresQL, Redis
- Possible: Mongo, CouchDB, Neo4j, Cassandra, Riak, Firebird, TingoDB, RethikDB, ArangoDB

Check our [docs.loki.network](https://docs.loki.network/LokiServices/Messenger/public_channel_setup/) for complete instruction
## Installation

[INSTALL.md](INSTALL.md) contains the current installation instructions.

Check our [docs.loki.network](https://docs.loki.network/LokiServices/Messenger/public_channel_setup/) for complete walkthru

Our [Wiki](https://github.com/loki-project/session-open-group-server/wiki) also contains non-docker-based instructions

(Advanced configuration instructions coming soon...)

0 comments on commit 8b9bed1

Please sign in to comment.