Skip to content

Instantly share code, notes, and snippets.

@kinsomicrote
Last active August 29, 2015 14:24
Show Gist options
  • Save kinsomicrote/c2a7b785d82aabb5c86f to your computer and use it in GitHub Desktop.
Save kinsomicrote/c2a7b785d82aabb5c86f to your computer and use it in GitHub Desktop.
Refinerycms installation
```
refinerycms codednoob
exist
conflict README.rdoc
Overwrite /home/kinsomicrote/codelab/railz/codednoob/README.rdoc? (enter "h" for help) [Ynaqdh] y
force README.rdoc
conflict Rakefile
Overwrite /home/kinsomicrote/codelab/railz/codednoob/Rakefile? (enter "h" for help) [Ynaqdh] y
force Rakefile
conflict config.ru
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config.ru? (enter "h" for help) [Ynaqdh] y
force config.ru
conflict .gitignore
Overwrite /home/kinsomicrote/codelab/railz/codednoob/.gitignore? (enter "h" for help) [Ynaqdh] y
force .gitignore
conflict Gemfile
Overwrite /home/kinsomicrote/codelab/railz/codednoob/Gemfile? (enter "h" for help) [Ynaqdh] y
force Gemfile
exist app
create app/assets/images/rails.png
conflict app/assets/javascripts/application.js
Overwrite /home/kinsomicrote/codelab/railz/codednoob/app/assets/javascripts/application.js? (enter "h" for help) [Ynaqdh] y
force app/assets/javascripts/application.js
conflict app/assets/stylesheets/application.css
Overwrite /home/kinsomicrote/codelab/railz/codednoob/app/assets/stylesheets/application.css? (enter "h" for help) [Ynaqdh] y
force app/assets/stylesheets/application.css
conflict app/controllers/application_controller.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/app/controllers/application_controller.rb? (enter "h" for help) [Ynaqdh] y
force app/controllers/application_controller.rb
identical app/helpers/application_helper.rb
exist app/mailers
exist app/models
conflict app/views/layouts/application.html.erb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/app/views/layouts/application.html.erb? (enter "h" for help) [Ynaqdh] y
force app/views/layouts/application.html.erb
create app/mailers/.gitkeep
create app/models/.gitkeep
exist config
conflict config/routes.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/routes.rb? (enter "h" for help) [Ynaqdh] y
force config/routes.rb
conflict config/application.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/application.rb? (enter "h" for help) [Ynaqdh] y
force config/application.rb
conflict config/environment.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/environment.rb? (enter "h" for help) [Ynaqdh] y
force config/environment.rb
exist config/environments
conflict config/environments/development.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/environments/development.rb? (enter "h" for help) [Ynaqdh] y
force config/environments/development.rb
conflict config/environments/production.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/environments/production.rb? (enter "h" for help) [Ynaqdh] y
force config/environments/production.rb
conflict config/environments/test.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/environments/test.rb? (enter "h" for help) [Ynaqdh] y
force config/environments/test.rb
exist config/initializers
identical config/initializers/backtrace_silencers.rb
conflict config/initializers/inflections.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/initializers/inflections.rb? (enter "h" for help) [Ynaqdh] y
force config/initializers/inflections.rb
conflict config/initializers/mime_types.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/initializers/mime_types.rb? (enter "h" for help) [Ynaqdh] y
force config/initializers/mime_types.rb
create config/initializers/secret_token.rb
conflict config/initializers/session_store.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/initializers/session_store.rb? (enter "h" for help) [Ynaqdh] y
force config/initializers/session_store.rb
conflict config/initializers/wrap_parameters.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/initializers/wrap_parameters.rb? (enter "h" for help) [Ynaqdh] y
force config/initializers/wrap_parameters.rb
exist config/locales
conflict config/locales/en.yml
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/locales/en.yml? (enter "h" for help) [Ynaqdh] y
force config/locales/en.yml
conflict config/boot.rb
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/boot.rb? (enter "h" for help) [Ynaqdh] y
force config/boot.rb
conflict config/database.yml
Overwrite /home/kinsomicrote/codelab/railz/codednoob/config/database.yml? (enter "h" for help) [Ynaqdh] y
force config/database.yml
exist db
identical db/seeds.rb
create doc
create doc/README_FOR_APP
exist lib
exist lib/tasks
create lib/tasks/.gitkeep
exist lib/assets
create lib/assets/.gitkeep
exist log
create log/.gitkeep
exist public
conflict public/404.html
Overwrite /home/kinsomicrote/codelab/railz/codednoob/public/404.html? (enter "h" for help) [Ynaqdh] y
force public/404.html
conflict public/422.html
Overwrite /home/kinsomicrote/codelab/railz/codednoob/public/422.html? (enter "h" for help) [Ynaqdh] y
force public/422.html
conflict public/500.html
Overwrite /home/kinsomicrote/codelab/railz/codednoob/public/500.html? (enter "h" for help) [Ynaqdh] y
force public/500.html
identical public/favicon.ico
create public/index.html
conflict public/robots.txt
Overwrite /home/kinsomicrote/codelab/railz/codednoob/public/robots.txt? (enter "h" for help) [Ynaqdh] y
force public/robots.txt
create script
create script/rails
exist tmp/cache
exist tmp/cache/assets
exist vendor/assets/javascripts
create vendor/assets/javascripts/.gitkeep
exist vendor/assets/stylesheets
create vendor/assets/stylesheets/.gitkeep
create vendor/plugins
create vendor/plugins/.gitkeep
apply /home/kinsomicrote/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/refinerycms-2.1.5/templates/refinery/installer.rb
y
append Gemfile
run bundle install from "."
Fetching gem metadata from https://rubygems.org/............
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions
for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (4.2.2)
In Gemfile:
rails (= 3.2.22) ruby depends on
activesupport (= 3.2.22) ruby
Running `bundle update` will rebuild your
snapshot from scratch, using only
the gems in your Gemfile, which may
resolve the conflict.
rake db:create
Could not find gem 'rails (= 3.2.22) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
generate refinery:cms --fresh-installation
Could not find gem 'rails (= 3.2.22) ruby' in the gems available on this machine.
Run `bundle install` to install missing gems.
============================================================================
Your new Refinery CMS application is now installed and mounts at '/'
============================================================================
run bundle install
Fetching gem metadata from https://rubygems.org/............
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
In snapshot (Gemfile.lock):
activesupport (4.2.2)
In Gemfile:
rails (= 3.2.22) ruby depends on
activesupport (= 3.2.22) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
=== ACTION REQUIRED ===
Now you can launch your webserver using:
cd codednoob
rails server
This will launch the built-in webserver at port 3000.
You can now see Refinery running in your browser at http://localhost:3000/refinery
Thanks for installing Refinery CMS, we hope you enjoy crafting your application!
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment