dubdiff/docker
2015-06-03 16:10:39 -04:00
..
.gitignore Add 'docker/' from commit '697f105a275dab12b3cc0200a25b067d1f263e8c' 2015-04-17 13:00:37 -04:00
default-packages.sh finalize deployment 2015-04-24 01:57:54 -04:00
Dockerfile add docker definition and launch scripts 2015-04-17 13:22:55 -04:00
launch-devel.sh finalize deployment 2015-04-24 01:57:54 -04:00
launch-production.sh production docker container will now restart on failure indefinitely 2015-05-29 13:44:16 -04:00
LICENSE Add 'docker/' from commit '697f105a275dab12b3cc0200a25b067d1f263e8c' 2015-04-17 13:00:37 -04:00
prepare.sh finalize deployment 2015-04-24 01:57:54 -04:00
README.md add note about swap memory on digitalocean 2015-06-03 16:10:20 -04:00

wdiff-markdown/docker

A docker container for deploying the wdiff-markdown application

Usage

Build the container with docker build -t 'adamarthurryan/wdiff-markdown'.

Run the script prepare.sh from this folder.

To launch the application in development mode, run ../launch-devel.sh.

To launch the application in production mode, run ../launch-prod.sh.

Note on DigitalOcean deployment

The DigitalOcean 512MB RAM option is not able to fully support dubdiff. In order to run dubdiff on this size of "droplet" one must enable a swapfile as described in this article: (https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-12-04)

1024K of swap works well.