Skip to content

Instantly share code, notes, and snippets.

@gonz
Created October 7, 2011 23:21
Show Gist options
  • Save gonz/1271582 to your computer and use it in GitHub Desktop.
Save gonz/1271582 to your computer and use it in GitHub Desktop.
gonz@bamboo:~ > git clone git://github.com/maccman/juggernaut.git
Cloning into juggernaut...
remote: Counting objects: 558, done.
remote: Compressing objects: 100% (258/258), done.
remote: Total 558 (delta 309), reused 481 (delta 255)
Receiving objects: 100% (558/558), 576.74 KiB | 135 KiB/s, done.
Resolving deltas: 100% (309/309), done.
gonz@bamboo:~ > cd juggernaut
gonz@bamboo:~/juggernaut git:master√ > heroku create jug --stack cedar
Creating jug... done, stack is cedar
http://jug.herokuapp.com/ | [email protected]:jug.git
Git remote heroku added
(Installed redistogo nano using the web interface)
gonz@bamboo:~/juggernaut git:master√ > git push heroku master
Counting objects: 558, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (204/204), done.
Writing objects: 100% (558/558), 576.74 KiB, done.
Total 558 (delta 309), reused 558 (delta 309)
-----> Heroku receiving push
-----> Node.js app detected
-----> Fetching Node.js binaries
-----> Vendoring node 0.4.7
-----> Installing dependencies with npm 1.0.27
[email protected] ./node_modules/node-static-maccman
[email protected] ./node_modules/redis
[email protected] ./node_modules/optimist
└── [email protected]
[email protected] ./node_modules/socket.io
├── [email protected]
└── [email protected]
Dependencies installed
-----> Discovering process types
Procfile declares types -> web
-----> Compiled slug size is 5.2MB
-----> Launching... done, v3
http://jug.herokuapp.com deployed to Heroku
To [email protected]:jug.git
* [new branch] master -> master
gonz@bamboo:~/juggernaut git:master√ > heroku ps:scale web=1
Scaling web processes... done, now running 1
gonz@bamboo:~/juggernaut git:master√ > heroku open
Opening http://jug.herokuapp.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment