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

  1. An available BOA development environment is ready to use.

Procedure

  1. Start the BOA virtual environment
  2. Start containers:
sudo su -
docker start boa_app_dev boa_database_dev
  1. Now, the BOA portal should be available through the following address: https://localhost:80 (if using WSL, change localhost for WSL service IP)
  2. 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