Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (25 loc) · 747 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 747 Bytes

Adapt Authoring Dockerfile

A Dockerfile that follows instructions on the Adapt Authoring Wiki page for server installation up to the node install step.

Instructions

  1. Install Docker

  2. Build the adapt authoring dockerfile

docker build -t "dockerfile/adapt-authoring" github.com/csilk/adapt-authoring-dockerfile


3. Run the docker container

	```
docker run -t -d -p 80:80 dockerfile/adapt-authoring
  1. Change into the adapt-authoring directory

cd adap_authoring


4. Run the installation script

	```
node install
  1. Run the server

node server


All done, should be set up with your settings :)