Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 760 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 760 Bytes

About

This repository stores the code used to build the nmag website only. The documentation is built from http://github.com/fangohr/nmag-doc.

Build Using Docker

  1. Install docker from docker.com
  2. Run make
  3. Upon completion, the 'output' directory will contain the webroot for the site

Debug with docker

Run make docker-debug to run an interactive container with all of the build dependencies installed.

Build Natively

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.