2015-04-18 05:17:12 +02:00
|
|
|
# wdiff-markdown/docker
|
2015-04-17 19:00:37 +02:00
|
|
|
|
2015-04-17 19:22:55 +02:00
|
|
|
A docker container for deploying the wdiff-markdown application
|
2015-04-17 19:00:37 +02:00
|
|
|
|
|
|
|
Usage
|
|
|
|
======
|
|
|
|
|
2015-04-18 05:17:12 +02:00
|
|
|
Build the container with `docker build -t 'adamarthurryan/wdiff-markdown'`.
|
2015-04-17 19:00:37 +02:00
|
|
|
|
2015-04-17 19:22:55 +02:00
|
|
|
Run the script `prepare.sh` from this folder.
|
2015-04-17 19:00:37 +02:00
|
|
|
|
2015-04-18 05:17:12 +02:00
|
|
|
To launch the application in development mode, run `../launch-devel.sh`.
|
2015-04-17 19:00:37 +02:00
|
|
|
|
2015-04-18 05:17:12 +02:00
|
|
|
To launch the application in production mode, run `../launch-prod.sh`.
|