pentandra / lifepreserver

Source for Pentandra's philosophical website
https://pentandra.com/
Other
3 stars 1 forks source link
future-internet-architecture lua nanoc openresty paradigmshift philosophy research research-software-engineering ruby scholarly-communication social-web

Lifepreserver

This is the website for Pentandra Research Solutions.

Development

The source for this project is built using nanoc.

Before compiling…

The following external dependencies or system packages need to be installed and in scope before compiling:

Optional dependencies

Then clone this repo (including submodules), install bower components and Ruby gems…

As follows:

$ git clone https://github.com/pentandra/lifepreserver.git
$ cd lifepreserver
$ git submodule init
$ git submodule update
$ bower install
$ bundle install --with development test

And compile!

$ bundle exec nanoc [compile] [--verbose] [--env=development]

Start the HTTP server and request the page in your browser

# either
$ nanoc static-view # if you are only dealing with statically generated pages
# or
$ nanoc server      # if you are dealing with both the static and dynamic aspects of the site

And view the page in your browser at port 3000 for nanoc static-view or port 4125 for nanoc server.

Contributing

This repository uses GitFlow to manage development and release activity. When starting a new feature, page, blog post, et cetera, please create a new branch for it based on the develop branch to ease review and integration.

Environments

This project uses Nanoc environments for development, staging, and production builds. Be sure to set the NANOC_ENV shell variable or command line argument to set the current environment before a build, for example:

$ export NANOC_ENV=development # before running Nanoc commands

or

$ nanoc [command] --env=development # with each command

A production build must happen on a git tag, or the build will abort.

For sake of completeness, a static_only environment exists that will build only the static items of the website, to give a build environment that avoids dependence upon any Lua libraries that may be needed to build the dynamic code upon which OpenResty runs.

Thanks

Thanks to the people that helped me come to grips with the power of nanoc, including:

Also, please see the colophon for more raving attributions!