1.1.4 Install BOA in Virtualbox using an available VM - Daniel-Brosnan-Blazquez/vboa GitHub Wiki
Introduction
This procedure covers the action to install BOA in development mode using an available VM.
Available VMs
Procedure
-
Import one of the available VMs (File → Import Appliance):
-
Update repositories (plus the repository of the tailored BOA if available):
cd ~/workspace/eboa
git pull
cd ~/workspace/vboa
git pull
(plus the repository of the tailored BOA if available, for example, s2boa):
cd ~/workspace/s2boa
git pull
- Start containers:
sudo su -
docker start boa_app_dev boa_database_dev
-
Now, the BOA portal should be available through the following address: https://localhost:
Default credentials to access: Default credentials
-
Access through the console should be available with the following command (using the specific host user created, for example, s2boa):
docker exec -it -e HOME=/home/s2boa -u s2boa boa_app_dev /bin/bash