Skip to content

Instantly share code, notes, and snippets.

@cmaujean
Created July 20, 2011 21:49
Show Gist options
  • Save cmaujean/1096010 to your computer and use it in GitHub Desktop.
Save cmaujean/1096010 to your computer and use it in GitHub Desktop.
refinerycms refinery-app
1.9.2@refinery-app expelliarmus:~/workzone/projects master! $ refinerycms refinery-app
Running: "/Users/cmaujean/.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.3)
Using awesome_nested_set (2.0.1)
Using babosa (0.3.5)
Using bcrypt-ruby (2.1.4)
Using bundler (1.0.15)
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.8)
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/cmaujean/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle exec rails new "/Users/cmaujean/workzone/projects/refinery-app" --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/cmaujean/workzone/projects/refinery-app'!
Installing gem requirements using bundler..
Running: cd "/Users/cmaujean/workzone/projects/refinery-app" && "/Users/cmaujean/.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.3)
Using awesome_nested_set (2.0.1)
Using babosa (0.3.5)
Using bcrypt-ruby (2.1.4)
Using bundler (1.0.15)
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.8)
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)
Installing routing-filter (0.2.4)
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/cmaujean/workzone/projects/refinery-app" && "/Users/cmaujean/.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/20110720213812_create_refinerycms_core_schema.rb
create db/migrate/20110720213813_add_locale_to_slugs.rb
create db/migrate/20110720213814_create_refinerycms_settings_schema.rb
create db/migrate/20110720213815_add_value_type_to_refinery_settings.rb
create db/migrate/20110720213816_create_refinerycms_authentication_schema.rb
create db/migrate/20110720213817_add_missing_indexes_to_roles_users.rb
create db/migrate/20110720213818_change_to_devise_users_table.rb
create db/migrate/20110720213819_add_remember_created_at_to_users.rb
create db/migrate/20110720213820_remove_password_salt_from_users.rb
create db/migrate/20110720213821_create_refinerycms_images_schema.rb
create db/migrate/20110720213822_create_refinerycms_pages_schema.rb
create db/migrate/20110720213823_translate_page_plugin.rb
create db/migrate/20110720213824_remove_cached_slug_from_pages.rb
create db/migrate/20110720213825_translate_custom_title_on_pages.rb
create db/migrate/20110720213826_remove_translated_fields_from_pages.rb
create db/migrate/20110720213827_create_seo_meta.rb
create db/seeds/pages.rb
create db/migrate/20110720213828_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/cmaujean/workzone/projects/refinery-app" && "/Users/cmaujean/.rvm/rubies/ruby-1.9.2-p180/bin/ruby" -S bundle exec rake -f "/Users/cmaujean/workzone/projects/refinery-app/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/cmaujean/workzone/projects/refinery-app
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