Difference between revisions of "Installation"

From Ontohub
Jump to: navigation, search
(ports)
 
Line 12: Line 12:
 
  rails s
 
  rails s
 
Then you can see your Ontohub instance at http://localhost:3000. If you use the VirtualBox config file, some port redirections will ensure that your port 3000 will be redirected to the VM, and you can ssh to the VM with "ssh -p 2222 ontohub@localhost". If you want to set up a productive environment, see the [https://github.com/ontohub/ontohub/ github page] for Apache etc.
 
Then you can see your Ontohub instance at http://localhost:3000. If you use the VirtualBox config file, some port redirections will ensure that your port 3000 will be redirected to the VM, and you can ssh to the VM with "ssh -p 2222 ontohub@localhost". If you want to set up a productive environment, see the [https://github.com/ontohub/ontohub/ github page] for Apache etc.
 +
 +
Problems? Please send us an email at ontohub-dev-l@ovgu.de

Latest revision as of 15:26, 10 December 2013

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 use the VirtualBox config file, some port redirections will ensure that your port 3000 will be redirected to the VM, and you can ssh to the VM with "ssh -p 2222 ontohub@localhost". If you want to set up a productive environment, see the github page for Apache etc.

Problems? Please send us an email at ontohub-dev-l@ovgu.de