Skip to content

Instantly share code, notes, and snippets.

@kevzettler
Created May 10, 2012 20:59
Show Gist options
  • Save kevzettler/2655867 to your computer and use it in GitHub Desktop.
Save kevzettler/2655867 to your computer and use it in GitHub Desktop.
99-113-38-75:hubot-kandan-app kevisazombie$ git clone https://github.com/cloudfuji/hubot-kandan-app.git
Cloning into hubot-kandan-app...
remote: Counting objects: 468, done.
remote: Compressing objects: 100% (371/371), done.
remote: Total 468 (delta 48), reused 455 (delta 35)
Receiving objects: 100% (468/468), 686.09 KiB | 434 KiB/s, done.
Resolving deltas: 100% (48/48), done.
99-113-38-75:hubot-kandan-app kevisazombie$ cd hubot-kandan-app
99-113-38-75:hubot-kandan-app kevisazombie$
99-113-38-75:hubot-kandan-app kevisazombie$ # Install the dependencies and scripts
99-113-38-75:hubot-kandan-app kevisazombie$ npm install
99-113-38-75:hubot-kandan-app kevisazombie$ mkdir scripts
mkdir: scripts: File exists
99-113-38-75:hubot-kandan-app kevisazombie$ cp node_modules/hubot-kandan-heroku/node_modules/hubot/src/scripts/* scripts/
99-113-38-75:hubot-kandan-app kevisazombie$ # Add Hubot scripts to ./scripts if you want.
99-113-38-75:hubot-kandan-app kevisazombie$ # Visit the [Hubot Script Catalog](http://hubot-script-catalog.herokuapp.com/)
99-113-38-75:hubot-kandan-app kevisazombie$ # for some cool tricks you can teach your Hubot.
99-113-38-75:hubot-kandan-app kevisazombie$
99-113-38-75:hubot-kandan-app kevisazombie$ # Push and scale
99-113-38-75:hubot-kandan-app kevisazombie$ git push heroku master
fatal: 'heroku' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
99-113-38-75:hubot-kandan-app kevisazombie$ heroku ps:scale app=1
Scaling app processes... ! No app specified.
! Run this command from an app folder or specify which app to use with --app <app name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment