zofrex / pdfy2

Node.js port of PDFy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDFy

This is the source code for PDFy.

Setup

Using Vagrant image

vagrant up
vagrant ssh
cd pdfy2
gulp

Visit the website at http://localhost:3000

Manual

  • Install authbind, graphicsmagick, and mysql
  • Install nodejs 0.12 (you probably want to use nvm)
  • Run npm install -g coffee-script forever
  • Run ./setup.sh
  • Create a "config.json" file and configure the database, storage, and admin credentials
  • ./node_modules/.bin/knex seed:run
  • ./node_modules/.bin/knex migrate:latest
  • Run gulp
  • Visit the website at "yourhost:3000"!

License

WTFPL or CC0, whichever you prefer.

About

Node.js port of PDFy.


Languages

Language:Java 60.2%Language:Ruby 18.4%Language:JavaScript 12.1%Language:HTML 2.9%Language:CSS 2.5%Language:Puppet 2.0%Language:CoffeeScript 1.8%Language:Shell 0.0%Language:Pascal 0.0%