knutole / dumpark-docker

Docker and server for Dumpark WWF Canada projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker

  1. Install Docker on any OS: https://docs.docker.com/v1.8/installation/

  2. Build docker container (./build.sh)

  3. Start docker container (./run.sh)

  4. Server is up! :)

  5. Actually, if you want to use HTTPS, you need to add SSL certs for your server in a ssl/ folder in root directory of repo, to match this ADD path in Dockerfile. Must match these names in wwf-server.js.

  6. For permanent storage, run ./create_storage_container.sh to create a storage volume, and start container with --volumes-from flag (see run.sh).

About

Docker and server for Dumpark WWF Canada projects


Languages

Language:JavaScript 74.3%Language:Shell 25.7%