Skip to content

Camillevau/Agorae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGORAE – Participative knowledge management

License: GNU Affero General Public License

Contact: [email protected]

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

Notice

Agorae 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

Argos has been installed at http://127.0.0.1:5984/argos

  • Type:

      git clone https://github.com/Hypertopic/Agorae.git
      cd Agorae
    
  • Edit agorae.json to fit your settings:

    • define HTML footer and header,
    • a set of servers (e.g. http://127.0.0.1:5984/argos/_design/agorae/_rewrite/argos/),
    • a set of corpora (IDs),
    • a set of viewpoints (IDs),
    • auth, an authentication service (e.g. http://127.0.0.1:5984/_session).
  • Type:

      couchapp init
      couchapp push http://127.0.0.1:5984/argos 
    
  • Go to http://127.0.0.1:5984/argos/_design/agorae/_rewrite/

Installation on a different domain

Agorae and Argos does not need to be installed in the same database nor on the same server. For the latter, the CouchDB server hosting Argos must be set to allow "cross-origin resource sharing".

[cors]
origins = *
headers = accept, authorization, content-type, origin
[httpd]
enable_cors = true

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 9.2%