From 0494710b52e2048adda0f4558cc206b29c8c2fd4 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Fri, 14 Feb 2014 09:21:10 -0500 Subject: [PATCH] Add nodejitsu deployment instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 27c40e8311..2ffc75d931 100644 --- a/README.md +++ b/README.md @@ -886,6 +886,11 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus - And you are done! (Not quite as simple as Heroku, huh?) +- To install **jitsu**, open a terminal and type: `sudo npm install -g jitsu` +- Run `jitsu login` and enter your login credentials +- From your app directory, run `jitsu deploy` + - This will create a new application snapshot, generate and/or update project metadata +- Done! TODO: Will be added soon.