comparison prod/training.sh @ 240:84c830c42d55

flow: Merged <release> 'v2.0.0' to <develop> ('default').
author smith@nwoca.org
date Wed, 10 Jan 2018 01:42:43 +0000
parents 61b1d93977cd
children
comparison
equal deleted inserted replaced
235:b390c30aa6c6 240:84c830c42d55
7 # 7 #
8 # Will create a docker-compose.yml and .env file with default settings using the SSDT 8 # Will create a docker-compose.yml and .env file with default settings using the SSDT
9 # supplied training database 9 # supplied training database
10 # 10 #
11 # These are special database images which recreates the database each time the container is started. 11 # These are special database images which recreates the database each time the container is started.
12 # Therefore, it is very easy to reset the training database simply by restarting the containers. for example: 12 # Therefore, it is very easy to reset the training database simply deleting and restarting the containers.
13 # For example:
13 # 14 #
14 # docker-compose down 15 # docker-compose down
15 # docker-compose up -d 16 # docker-compose up -d
16 # 17 #
17 source "$(dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh" 18 source "$(dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh"