Skip to content

BravoLT/adapt-authoring-dockerfile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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 --no-cache -t "adapt-authoring-bravo-branch" .


3. Verify the image built successfully (you should see it listed by name from step 2)
	```
docker images
  1. Run the docker container which will forward port 80 to the docker mongodb on port 5000 of the container

docker docker run -t -d -p 80:5000 adapt-authoring-bravo-branch


4. Connect to the authoring tool using a browser

	```
http://192.168.99.100/
  1. Username / Password

bravolt / bravolt


6. Enjoy! ;)

About

A Dockerfile for the adapt authoring framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%