A Dockerfile that follows instructions on the Adapt Authoring Wiki page for server installation up to the node install
step.
-
Install Docker
-
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
-
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/
- Username / Password
bravolt / bravolt
6. Enjoy! ;)