Installation
From Ontohub
The installation of Ontohub is described at the github page.
An automated script for installation under Ubuntu 12.04 can be found here. Run the script with
bash install-on-ubuntu develop
for e.g. installing the develop branch.
A virtual machine image (based on a Ubuntu 12.04.3 server guest, for use with VirtualBoc or VMWare) can be found here.
Username and password are ontohub. Start a rails server with
cd Workspace/Ontohub rails s
Then you can see your Ontohub instance at http://localhost:3000. If you want to set up a productive environment, see the github page for Apache etc.