Add nodejitsu deployment instructions

This commit is contained in:
Sahat Yalkabov
2014-02-14 09:21:10 -05:00
parent 045f6d46df
commit 0494710b52

View File

@ -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?)
<img src="https://www.nodejitsu.com/img/media/nodejitsu-transparent.png" width="200">
- 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.