Skip to content

Hypertopic/Argos

v4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 

ARGOS - Contradictory/complementary categorisations management

Contact: aurelien.benel@utt.fr

Home page: https://github.com/Hypertopic/Argos

Notice

Argos 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.

Installation requirements

Installation procedure

docker-compose up -d prod

Two services are now available:

Authentication settings

for users managed by an LDAP server

The ldap entry of the conf/aaaforrest.yml should be:

  • updated to match your organization settings,
  • or wiped out if you do not use it.

for users managed by CouchDB

  1. Create the _users database in CouchDB administration interface and then a user (change values as needed):

    {
      "_id": "org.couchdb.user:alice",
      "type": "user",
      "name": "alice",
      "password": "wonderland",
      "roles": []
    }
  2. Create an administrator in CouchDB administration interface

About

Contradictory/complementary categorisations management

Topics

Resources

License

Stars

Watchers

Forks