License: GNU Affero General Public License
Contact: aurelien.benel@utt.fr
Home page: https://github.com/Hypertopic/Agorae
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.
Argos has been installed at http://127.0.0.1:5984/argos
-
Type:
git clone https://github.com/Hypertopic/Agorae.git cd Agorae/couchdb
-
Copy
agorae.sample.json
asagorae.json
. -
Edit
agorae.json
to fit your settings:- change HTML
footer
andheader
if necessary, - 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
).
- change HTML
-
Type:
couchapp init couchapp push http://127.0.0.1:5984/argos
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
- Ruby
- PhantomJS
-
In any folder:
sudo gem install poltergeist rspec
-
In the
Agorae
folder:rspec spec/features/*