License: GNU Affero General Public License
Contact: christophe.lejeune@uliege.be
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.
docker-compose up -d
Two services are now available:
- Cassandre user interface at http://localhost/,
- CouchDB administration interface at http://localhost:5984/_utils/ (that should be kept accessible only to system administrators).
By default, users are managed both by CouchDB and LDAP.
- In CouchDB, create an administrator account.
- In CouchDB, create a database named
_users
. - Create an empty
{"_id": "_security"}
object into_users
database. - Choose a password and set in as the
secret
inconf/couchdb.ini
andconf/aaaforrest.yml
. - Set LDAP settings to fit your own LDAP server.
You can create a user account from Cassandre.