Skip to content
Snippets Groups Projects
Commit 296cb56e authored by yvesn's avatar yvesn
Browse files

obis: vagrant - fixing connection from obisclient to obisserver machine

parent e1a9b1d7
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ if [ ! -L /openbis_installed ]; then ...@@ -12,6 +12,8 @@ if [ ! -L /openbis_installed ]; then
sudo -u openbis cd ~openbis/ sudo -u openbis cd ~openbis/
sudo su openbis -c "export ADMIN_PASSWORD=admin && export ETLSERVER_PASSWORD=etlserver && $ob_dir/run-console.sh" sudo su openbis -c "export ADMIN_PASSWORD=admin && export ETLSERVER_PASSWORD=etlserver && $ob_dir/run-console.sh"
sudo su openbis -c "sed -i '/host-address = /c\host-address = https://obisserver' /home/openbis/servers/datastore_server/etc/service.properties"
sudo touch /openbis_installed sudo touch /openbis_installed
sudo chmod 777 /openbis_installed sudo chmod 777 /openbis_installed
......
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