Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (26 loc) · 666 Bytes

README.md

File metadata and controls

29 lines (26 loc) · 666 Bytes

Session-file-server

Session file server

an express REST API for serving persistent data for Session Software Suite.

System requirements:

  • NodeJS
  • A storage engine supported by camintejs for persistence
    • Recommended: MySQL/MariaDB, SQLite3, PostgresQL, Redis
    • Possible: Mongo, CouchDB, Neo4j, Cassandra, Riak, Firebird, TingoDB, RethikDB, ArangoDB

set up instructions may look something like

git submodule init
git submodule update
cd loki
git submodule init
git submodule update
npm i
cd nodepomf
npm i
cd ../server
npm i
cd ../..
# edit config.json if necessary
npm i
npm i -g pm2
pm2 start app.js --watch