This server exists to power my personal website. It can be seen online at (http://www.ulrichdev.com). Secondary purposes include experimenting wtih Coffeescript, promises, and other modules.
Installation is the standard npm install
plus sudo npm install --global coffee-script
if you do not already have coffeescript.
coffee server.coffee
to run, or coffee -c server.coffee && node server.js
or make dev
to run the compiled version with file-watching.
Copyright (C) 2014 - 2016 David Ulrich (http://github.com/dulrich)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Markdown content is additionaly licensed as CC0. Though what anyone would want with my rubbish blog posts is unclear.
Content pages may link to images that are not in the repo. These images are not part of the project and all rights to them are reserved.