This repository stores the code used to build the nmag website only. The documentation is built from http://github.com/fangohr/nmag-doc.
- Install docker from docker.com
- Run
make
- Upon completion, the 'output' directory will contain the webroot for the site
Run make docker-debug
to run an interactive container with all of the build dependencies installed.
To build these webpages, you need r2w in your path (http://www.voidspace.org.uk/python/rest2web/).
This is also available as a debian package 'rest2web'.
Just type 'make r2w', and wait.
The html-root is produced in the 'webroot' directory.