Skip to content

Instantly share code, notes, and snippets.

@benmoss
Created June 29, 2011 15:34
Show Gist options
  • Save benmoss/1054107 to your computer and use it in GitHub Desktop.
Save benmoss/1054107 to your computer and use it in GitHub Desktop.
⚡ refinerycms rickrockstar
Running: "/Users/benjaminmoss/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle install
Fetching source index for http://rubygems.org/
Installing rake (0.9.2)
Using abstract (1.0.0)
Using activesupport (3.0.9)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.9)
Using erubis (2.6.6)
Using rack (1.2.3)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Installing tzinfo (0.3.28)
Using actionpack (3.0.9)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.9)
Using mail (2.2.19)
Using actionmailer (3.0.9)
Using arel (2.0.10)
Using activerecord (3.0.9)
Using activeresource (3.0.9)
Using acts_as_indexed (0.7.2)
Using awesome_nested_set (2.0.1)
Using babosa (0.3.5)
Using bcrypt-ruby (2.1.4)
Using bundler (1.0.13)
Using orm_adapter (0.0.5)
Using warden (1.0.4)
Using devise (1.3.4)
Using dragonfly (0.9.4)
Using friendly_id_globalize3 (3.2.1.4)
Using globalize3 (0.1.0)
Using rack-cache (1.0.2)
Using rdoc (3.7)
Using thor (0.14.6)
Using railties (3.0.9)
Using rails (3.0.9)
Using refinerycms-base (1.0.3)
Using refinerycms-generators (1.0.2)
Using refinerycms-settings (1.0.3)
Using truncate_html (0.5.1)
Using will_paginate (3.0.pre2)
Using refinerycms-core (1.0.3)
Using refinerycms-authentication (1.0.3)
Using refinerycms-dashboard (1.0.3)
Using refinerycms-images (1.0.3)
Using seo_meta (1.1.1)
Using refinerycms-pages (1.0.3)
Using refinerycms-resources (1.0.3)
Using refinerycms (1.0.3) from source at .
Installing routing-filter (0.2.3)
Installing refinerycms-i18n (1.0.0)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Running: "/Users/benjaminmoss/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle exec rails new "/Users/benjaminmoss/code/rickrockstar" --database sqlite3 --skip-test-unit --skip-prototype --skip-bundle
create
create README
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/controllers/application_controller.rb
create app/helpers/application_helper.rb
create app/mailers
create app/models
create app/views/layouts/application.html.erb
create config
create config/routes.rb
create config/application.rb
create config/environment.rb
create config/environments
create config/environments/development.rb
create config/environments/production.rb
create config/environments/test.rb
create config/initializers
create config/initializers/backtrace_silencers.rb
create config/initializers/inflections.rb
create config/initializers/mime_types.rb
create config/initializers/secret_token.rb
create config/initializers/session_store.rb
create config/locales
create config/locales/en.yml
create config/boot.rb
create config/database.yml
create db
create db/seeds.rb
create doc
create doc/README_FOR_APP
create lib
create lib/tasks
create lib/tasks/.gitkeep
create log
create log/server.log
create log/production.log
create log/development.log
create log/test.log
create public
create public/404.html
create public/422.html
create public/500.html
create public/favicon.ico
create public/index.html
create public/robots.txt
create public/images
create public/images/rails.png
create public/stylesheets
create public/stylesheets/.gitkeep
create public/javascripts
create public/javascripts/.gitkeep
create public/javascripts/application.js
create script
create script/rails
create tmp
create tmp/sessions
create tmp/sockets
create tmp/cache
create tmp/pids
create vendor/plugins
create vendor/plugins/.gitkeep
---------
Refinery successfully installed in '/Users/benjaminmoss/code/rickrockstar'!
Installing gem requirements using bundler..
Running: cd "/Users/benjaminmoss/code/rickrockstar" && "/Users/benjaminmoss/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle install
Fetching source index for http://rubygems.org/
Using rake (0.9.2)
Using abstract (1.0.0)
Using activesupport (3.0.9)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.9)
Using erubis (2.6.6)
Using rack (1.2.3)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.29)
Using actionpack (3.0.9)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.9)
Using mail (2.2.19)
Using actionmailer (3.0.9)
Using arel (2.0.10)
Using activerecord (3.0.9)
Using activeresource (3.0.9)
Using acts_as_indexed (0.7.2)
Using awesome_nested_set (2.0.1)
Using babosa (0.3.5)
Using bcrypt-ruby (2.1.4)
Using bundler (1.0.13)
Using orm_adapter (0.0.5)
Using warden (1.0.4)
Using devise (1.3.4)
Using dragonfly (0.9.4)
Using friendly_id_globalize3 (3.2.1.4)
Using globalize3 (0.1.0)
Using rack-cache (1.0.2)
Using rdoc (3.7)
Using thor (0.14.6)
Using railties (3.0.9)
Using rails (3.0.9)
Using refinerycms-base (1.0.3)
Using refinerycms-generators (1.0.2)
Using refinerycms-settings (1.0.3)
Using truncate_html (0.5.1)
Using will_paginate (3.0.pre2)
Using refinerycms-core (1.0.3)
Using refinerycms-authentication (1.0.3)
Using refinerycms-dashboard (1.0.3)
Using refinerycms-images (1.0.3)
Using seo_meta (1.1.1)
Using refinerycms-pages (1.0.3)
Using refinerycms-resources (1.0.3)
Using refinerycms (1.0.3)
Using routing-filter (0.2.3)
Using refinerycms-i18n (1.0.0)
Installing sqlite3 (1.3.3) with native extensions
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Preparing your application using the refinerycms generator..
Running: cd "/Users/benjaminmoss/code/rickrockstar" && "/Users/benjaminmoss/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle exec rails generate refinerycms
create public/index.html.backup
remove public/index.html
create app/views/layouts/application.html.erb.backup
remove app/views/layouts/application.html.erb
create public/stylesheets/application.css
create public/stylesheets/formatting.css
create public/stylesheets/home.css
create public/stylesheets/theme.css
create public/javascripts/admin.js
append config/environments/development.rb
append config/environments/development.rb
append config/environments/test.rb
append config/environments/test.rb
append config/environments/production.rb
append config/environments/production.rb
append .gitignore
append db/seeds.rb
create db/migrate/20110629153425_create_refinerycms_core_schema.rb
create db/migrate/20110629153426_add_locale_to_slugs.rb
create db/migrate/20110629153427_create_refinerycms_settings_schema.rb
create db/migrate/20110629153428_add_value_type_to_refinery_settings.rb
create db/migrate/20110629153429_create_refinerycms_authentication_schema.rb
create db/migrate/20110629153430_add_missing_indexes_to_roles_users.rb
create db/migrate/20110629153431_change_to_devise_users_table.rb
create db/migrate/20110629153432_add_remember_created_at_to_users.rb
create db/migrate/20110629153433_remove_password_salt_from_users.rb
create db/migrate/20110629153434_create_refinerycms_images_schema.rb
create db/migrate/20110629153435_create_refinerycms_pages_schema.rb
create db/migrate/20110629153436_translate_page_plugin.rb
create db/migrate/20110629153437_remove_cached_slug_from_pages.rb
create db/migrate/20110629153438_translate_custom_title_on_pages.rb
create db/migrate/20110629153439_remove_translated_fields_from_pages.rb
create db/migrate/20110629153440_create_seo_meta.rb
create db/seeds/pages.rb
create db/migrate/20110629153441_create_refinerycms_resources_schema.rb
create app/views/sitemap/index.xml.builder
create autotest/autotest.rb
create autotest/discover.rb
create config/database.yml.mysql
create config/database.yml.postgresql
create config/database.yml.sqlite3
create config/initializers/devise.rb
create config/i18n-js.yml
Setting up your development database..
Running: cd "/Users/benjaminmoss/code/rickrockstar" && "/Users/benjaminmoss/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle exec rake -f "/Users/benjaminmoss/code/rickrockstar/Rakefile" db:migrate
rake aborted!
no such file to load -- fog
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
=== ACTION REQUIRED ===
Now you can launch your webserver using:
cd /Users/benjaminmoss/code/rickrockstar
rails server
This will launch the built-in webserver at port 3000.
You can now see your site running in your browser at http://localhost:3000
Thanks for installing Refinery, enjoy creating your new application!
---------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment