Tested on Ubunut 16.04 & Mac OS X
Dependancies that you will need are docker-engine and docker-compose
- Build using the command
docker-compose up --build -d
- Run the bash script
./local-test.sh
to create/delete and leverage the redis caching to generate APM metrics. - The
delete.py
will be called by thelocal-test.sh
script. - If you are building this from scratch you will need to restart the demo-app run the
docker restart demo-app
If you wish to add to the express application you will need to customize the app files in dockerfiles/node/app
. If you wish to deploy an app with a different database for example you can add the official docker image of that database to the docker-compose.yml
file.