From 580eb64af6d640f3c4933f9b920ae83a6034f121 Mon Sep 17 00:00:00 2001 From: drdamour Date: Fri, 22 Feb 2013 16:23:14 -0700 Subject: [PATCH] Update DEPLOY.md --- DEPLOY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEPLOY.md b/DEPLOY.md index d7c0f1eb..1e158383 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -104,6 +104,13 @@ And you should also restart the app on AppFog (in the console). Then, Kandan sho ## Heroic server install If you're looking to install Kandan on a private server, or to develop locally for lemonodor fame, then here is the path you must follow, young hero: +You still need kandan (from above) + git clone https://github.com/kandanapp/kandan.git + cd kandan + +Lots of the gems require other libraries: + sudo apt-get install ruby1.9.1-dev libxslt-dev libxml2-dev libpq-dev libsqlite3-dev + For development-mode `sudo apt-get install nodejs` # (execjs needs an execution environment)