Skip to content

nmag-project/website-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7081e8b · Mar 12, 2022
Dec 22, 2009
Dec 18, 2019
Oct 25, 2007
Sep 10, 2021
Dec 20, 2010
Dec 8, 2011
Mar 11, 2022
Dec 20, 2010
Mar 11, 2022
Mar 11, 2022
Dec 19, 2010
Mar 12, 2022
Dec 19, 2010
Dec 15, 2019

Repository files navigation

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.