Skip to content

Commit

Permalink
Merge pull request #109 from drdamour/patch-1
Browse files Browse the repository at this point in the history
Update DEPLOY.md
  • Loading branch information
fusion94 committed Mar 2, 2013
2 parents d1ecafc + 580eb64 commit 0877f00
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 0877f00

Please sign in to comment.