1.1.A Start BOA in development mode - Daniel-Brosnan-Blazquez/vboa GitHub Wiki
Introduction
This procedure covers the action to start BOA in development mode.
Pre-conditions
- An available BOA development environment is ready to use.
Procedure
- Start the BOA virtual environment
- 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:80 (if using WSL, change localhost for WSL service IP)
- 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