Skip to content
Snippets Groups Projects
Commit 79847a03 authored by yvesn's avatar yvesn
Browse files

obis: fixed vagrant readme

parent e93caa38
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,18 @@ To help users interested in trying out _obis_, we provide a vagrant setup that c ...@@ -7,11 +7,18 @@ To help users interested in trying out _obis_, we provide a vagrant setup that c
0. Download openbis from the https://wiki-bsse.ethz.ch/display/bis/Production+Releases 0. Download openbis from the https://wiki-bsse.ethz.ch/display/bis/Production+Releases
1. Put the extract the openbis installer to the src/vagrant/initialize folder 1. Put the extract the openbis installer to the src/vagrant/initialize folder
2. cd to `src/vagrant/obis` 2. cd to `src/vagrant/obis`
3. `vagrant plugin install vagrant-vbguest` -- install the vagrant-vbguest plugin
3. `vagrant up --provision --provider virtualbox` -- initialize the virtual machine 3. `vagrant up --provision --provider virtualbox` -- initialize the virtual machine
4. `vagrant ssh obisserver` -- log into the virtual machine 4. `vagrant ssh obisserver` -- log into the virtual machine
5. install openBIS (inside the vagrant machine) `/vagrant_initialize/install_openbis.sh`. The admin password will be 'admin'. 5. `/vagrant_initialize/install_openbis.sh` -- install openBIS (the admin password will be 'admin')
6. `exit` -- log off the virtual machine 6. `exit` -- log off the virtual machine
## Running openBIS
0. log into the obisserver machne: `vagrant ssh obisserver`
1. switch to the openbis user: `sudo su openbis`
3. run the start script: `~/bin/allup.sh`
When openBIS is running it can be accessed on the host machine from `https://localhost:8443/openbis`. When openBIS is running it can be accessed on the host machine from `https://localhost:8443/openbis`.
## Using obis ## Using obis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment