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

csi-lk/adapt-authoring-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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 :)

About

A Dockerfile for the adapt authoring framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published