Created
March 6, 2012 22:34
-
-
Save ChasManRors/1989468 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create mode 100644 vendor/assets/stylesheets/.gitkeep | |
create mode 100644 vendor/plugins/.gitkeep | |
Creating Heroku app.. | |
run heroku create heroku --stack cedar from "." | |
! Name is already taken | |
Pushing to Heroku (this takes time, be patient).. | |
run git push heroku master from "." | |
fatal: 'heroku' does not appear to be a git repository | |
fatal: The remote end hung up unexpectedly | |
Setting up the Heroku database.. | |
run heroku run rake db:migrate from "." | |
Running rake db:migrate attached to terminal... failed | |
! No app specified. | |
! Run this command from an app folder or specify which app to use with --app <app name> | |
Restarting servers... | |
run heroku restart from "." | |
Restarting processes... ! No app specified. | |
! Run this command from an app folder or specify which app to use with --app <app name> | |
============================================================================ | |
Your new Refinery CMS application is now installed and mounts at '/' | |
============================================================================ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment