Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 664 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 664 Bytes

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