README.md revision a127ac00810f4676c3a5b746af0dda26e5fc7ed7
0N/AOntohub [![Build Status](https://travis-ci.org/ontohub/ontohub.png?branch=master)](https://travis-ci.org/ontohub/ontohub) [![Code Climate](https://codeclimate.com/github/ontohub/ontohub.png)](https://codeclimate.com/github/ontohub/ontohub)
0N/AInstallation of [RVM](https://rvm.io/ "Ruby Version Manager"):
0N/A curl -L https://get.rvm.io | bash -s stable --ruby
0N/Asource rvm automatically as explained in https://rvm.io/integration/gnome-terminal/ .
`/etc/apache2/mods-available/passenger.load` with the LoadModule directive:
LoadModule passenger_module /usr/local/rvm/gems/ruby-2.0.0-p<version>/gems/passenger-<version>/ext/apache2/mod_passenger.so
and a `/etc/apache2/mods-available/passenger.conf` with the global passenger
PassengerRuby /usr/local/rvm/wrappers/ruby-2.0.0-p<version>/ruby
ServerName ontohub.org
DocumentRoot /srv/http/ontohub.org/current/public
<Directory /srv/http/ontohub.org/public>
exec /usr/bin/git daemon \
--base-path=/srv/http/ontohub/shared/data/git_daemon
tar xzf apache-solr-$version.tgz
apt-add-repository ppa:hets/hets
apt-add-repository "deb http://archive.canonical.com/ubuntu precise partner"
... and save it into `config/initializers/secret_token.rb`.
`config/hets.yml`. For ubuntu, it should be no change required.
Allowed URI schemas are to be set in `config/initializers/ontohub_config.rb`.
git clone git@github.com:ontohub/ontohub.git
git clone git://github.com/ontohub/ontohub.git
After configuring your `config/database.yml` you have to create the tables:
The server will be available at http://localhost:3000/ until you stop it by pressing `CTRL+C`.
*Alice, Bob, Carol, Dave, Ted* @example.com can also be used (with the same
Copyright © 2012 [Universität Bremen](http://www.uni-bremen.de/), released under
the [GNU AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html) license.