Skip to content
dfmcphee edited this page Dec 12, 2014 · 5 revisions

Requirements

Node 0.10.x

Easiest way is to use nvm: https://github.com/creationix/nvm

Geddy 0.13.x

[sudo] npm -g install geddy

PostgreSQL

http://www.postgresql.org/

ImageMagick

http://www.imagemagick.org/

Getting Started

Open a command line and change to the directory

Run npm install to install dependencies

Run geddy secret to generate a new secrets file

Copy the needed information from config/secrets.sample.json (s3, typekit, and analytics are optional) into your newly generated config/secrets.json file, filling in the blanks.

Run geddy jake db:migrate to create the database

Add your SMTP or Mandrill config

Configure S3 storage if you want (will store uploads locally otherwise)

Run geddy to start the server

Clone this wiki locally