README.md revision 2a8317c651813585c2e37896ede11a29a786a137
2339N/AInstallation of [RVM](https://rvm.beginrescueend.com/ "Ruby Version Manager"):
2339N/A bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
2339N/A apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion
3014N/ADepending on the installed ruby and passenger version you need to create a `/etc/apache2/mods-available/passenger.load` with the LoadModule directive:
3014N/A LoadModule passenger_module /usr/local/rvm/gems/ruby-1.9.3-p<version>/gems/passenger-<version>/ext/apache2/mod_passenger.so
3014N/Aand a `/etc/apache2/mods-available/passenger.conf` with the global passenger configuration:
2339N/A PassengerRuby /usr/local/rvm/wrappers/ruby-1.9.3-p<version>/ruby
3110N/A apt-add-repository "deb http://archive.canonical.com/ubuntu lucid partner"
2339N/Ato be set in `config/hets.yml`.
3110N/AAllowed URI schemas are to be set in `config/initializers/ontohub_config.rb`.
2339N/A rails runner CarrierWave.clean_cached_files!