Created
September 7, 2012 16:58
-
-
Save tdelam/3667769 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
| Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
| insert deployment/dada.com/Gemfile | |
| insert deployment/dada.com/Gemfile | |
| force deployment/dada.com/config/database.yml | |
| append deployment/dada.com/config/database.yml | |
| gsub deployment/dada.com/Gemfile | |
| run createdb dada.com from "." | |
| run createdb dada.com_development from "." | |
| run bundle install from "._deployment/dada.com" | |
| Using rake (0.9.2.2) | |
| Using i18n (0.6.0) | |
| Using multi_json (1.3.6) | |
| Using activesupport (3.2.7) | |
| Using builder (3.0.0) | |
| Using activemodel (3.2.7) | |
| Using erubis (2.7.0) | |
| Using journey (1.0.4) | |
| Using rack (1.4.1) | |
| Using rack-cache (1.2) | |
| Using rack-test (0.6.1) | |
| Using hike (1.2.1) | |
| Using tilt (1.3.3) | |
| Using sprockets (2.1.3) | |
| Using actionpack (3.2.7) | |
| Using mime-types (1.19) | |
| Using polyglot (0.3.3) | |
| Using treetop (1.4.10) | |
| Using mail (2.4.4) | |
| Using actionmailer (3.2.7) | |
| Using arel (3.0.2) | |
| Using tzinfo (0.3.33) | |
| Using activerecord (3.2.7) | |
| Using activeresource (3.2.7) | |
| Using bcrypt-ruby (3.0.1) | |
| Using highline (1.6.13) | |
| Using net-ssh (2.5.2) | |
| Using net-scp (1.0.4) | |
| Using net-sftp (2.0.5) | |
| Using net-ssh-gateway (1.1.0) | |
| Using capistrano (2.12.0) | |
| Using coffee-script-source (1.3.3) | |
| Using execjs (1.4.0) | |
| Using coffee-script (2.2.0) | |
| Using rack-ssl (1.3.2) | |
| Using json (1.7.4) | |
| Using rdoc (3.12) | |
| Using thor (0.15.4) | |
| Using railties (3.2.7) | |
| Using coffee-rails (3.2.2) | |
| Using daemons (1.1.9) | |
| Using delayed_job (3.0.3) | |
| Using delayed_job_active_record (0.3.2) | |
| Using haml (3.1.6) | |
| Using rack-protection (1.2.0) | |
| Using sinatra (1.3.2) | |
| Using delayed_job_web (1.1.2) | |
| Using dynamic_form (1.1.4) | |
| Using eventmachine (0.12.10) | |
| Using faker (1.0.1) | |
| Using jquery-rails (2.0.2) | |
| Using libv8 (3.3.10.4) | |
| Using pg (0.14.0) | |
| Using bundler (1.1.5) | |
| Using rails (3.2.7) | |
| Using sass (3.1.20) | |
| Using sass-rails (3.2.5) | |
| Using sqlite3 (1.3.5) | |
| Using therubyracer (0.10.2) | |
| Using thin (1.4.1) | |
| Using uglifier (1.2.7) | |
| Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
| run rails g refinery:cms --fresh-installation from "._deployment/dada.com" | |
| Could not find generator refinery:cms. | |
| create deployment/dada.com/Capfile | |
| create deployment/dada.com/config/deploy.rb | |
| insert deployment/dada.com/config/deploy.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment