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/ | git@heroku.com: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
node-static-maccman@0.5.3 ./node_modules/node-static-maccman
redis@0.6.6 ./node_modules/redis
optimist@0.2.6 ./node_modules/optimist
└── wordwrap@0.0.2
socket.io@0.8.4 ./node_modules/socket.io
├── policyfile@0.0.4
└── socket.io-client@0.8.4
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 git@heroku.com: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