smirfolio / agate

OBiBa's user ID provider.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agate Build Status

Central authentication server for OBiBa applications.

For developers

Install NodeJS, Grunt and Bower

sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get install -y nodejs
sudo npm install -g grunt-cli bower

If you run agate for the first time, run make npm-install.

Make sure you use Java 8:

sudo update-alternatives --config java
sudo update-alternatives --config javac

During development, run

  • make all drop-mongo run in one terminal to start a fresh empty agate REST server on HTTP port 8081 or HTTPS port 8444
  • make grunt in another terminal to start Grunt server with live reload on port 9000

See make help for other targets.

Mailing list

Have a question? Ask on our mailing list!

obiba-users@googlegroups.com

http://groups.google.com/group/obiba-users

License

OBiBa software are open source and made available under the GPL3 licence. OBiBa software are free of charge.

OBiBa acknowledgments

If you are using OBiBa software, please cite our work in your code, websites, publications or reports.

"The work presented herein was made possible using the OBiBa suite (www.obiba.org), a software suite developed by Maelstrom Research (www.maelstrom-research.org)"

About

OBiBa's user ID provider.

License:GNU General Public License v3.0


Languages

Language:Java 50.3%Language:HTML 23.2%Language:JavaScript 17.2%Language:CSS 6.5%Language:Shell 2.4%Language:Makefile 0.3%Language:Batchfile 0.1%