Helper project for setting up OBiBa stack for CanPath.
- Prepare
Adapt docker-compose.yml
file to your needs, and get the docker images.
sudo make pull
- Initialize
Launch the docker containers and let them create their application's home.
sudo make up
Populate when some test data.
- Customize
Modify applications configurations and restart the docker containers.
sudo make install restart
- Repeat
Modify applications configurations.
sudo make install
Restart the docker containers if new files have been added.
sudo make restart