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 -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
-
Change into the adapt-authoring directory
cd adap_authoring
4. Run the installation script
```
node install
-
Run the server
node server
All done, should be set up with your settings :)