Skip to content

epigeny/canpath

Repository files navigation

CanPath Template

Helper project for setting up OBiBa stack for CanPath.

  1. Prepare

Adapt docker-compose.yml file to your needs, and get the docker images.

sudo make pull
  1. Initialize

Launch the docker containers and let them create their application's home.

sudo make up

Populate when some test data.

  1. Customize

Modify applications configurations and restart the docker containers.

sudo make install restart
  1. Repeat

Modify applications configurations.

sudo make install

Restart the docker containers if new files have been added.

sudo make restart