License: GNU Affero General Public License
Contact: [email protected]
Home page: https://github.com/Hypertopic/Cassandre
Cassandre is a server software. There is no need to install it on your own computer to use it. The usual way is to be "hosted" by one's own institution (ask your system administrator). If your use cases meet our research interests, we can also host your data on our community server.
-
Create a database named
cassandreat http://127.0.0.1:5984/_utils. -
In any folder:
git clone https://github.com/Hypertopic/Cassandre.git cd Cassandre couchapp init couchapp push http://127.0.0.1:5984/cassandre cd node npm install express npm install express-http-proxy npm install async -
Change settings in
app.js. -
Test the settings (
sudois required for port 80):sudo node app.js