ChrisCummins / chriscummins.cc

[DEPRECATED] See chriscummins.github.io repo
http://chriscummins.cc
MIT License
0 stars 0 forks source link

DEPRECATED REPOSITORY

This repository contains the old source code for http://chriscummins.cc. Note that this has moved to a shiny new repository, and this old code has been merged in. This repository is pending deletion.

Any source code I've written is released under the MIT license (see COPYING). Any third-party code is distributed under the terms of their license.

Building the website

The website can be built in a GNU/Linux environment using the standard GNU Autotools procedure:

$ ./autogen.sh
$ ./configure
$ make all

See ./configure --help for a list of configuration options for building the website.

Requirements

Hosting the website

The website can be deployed on a LAMP stack, by exporting the contents of the /build/www directory.

Requirements