Skip to content

Commit

Permalink
Update DEPLOY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drdamour committed Feb 22, 2013
1 parent ad65897 commit 580eb64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEPLOY.md
Expand Up @@ -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)
Expand Down

0 comments on commit 580eb64

Please sign in to comment.