Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.02 KB

docker-readme.md

File metadata and controls

26 lines (17 loc) · 1.02 KB

ResourceContracts.org Dockerfile

This repository contains the Dockerfile of ResouceContracts.org for Docker.

Base Docker Image

Ubuntu 14.04

Installation

  1. Install Docker.
  2. Clone this repo git clone https://github.com/younginnovations/docker-resourcecontracts.org.git
  3. Go to the cloned folder docker-resourcecontracts.org
  4. Copy conf/.env.example to conf/.env with configurations
  5. Build an image from Dockerfile `docker build -t=resourcecontracts .

Usage

TODO

  • Update the apache configuration so that the system could be accessed from the base IP http://xxx
  • Mount the system temporary folder to the host folder to preserve the temporary files and logs
  • Currently system is run using root, need to use appropriate users for running the servers and applications.