Created
August 18, 2013 15:33
-
-
Save mrloop/6262237 to your computer and use it in GitHub Desktop.
This file contains 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
source 'https://rubygems.org' | |
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | |
gem 'rails', '4.0.0' | |
# Use sqlite3 as the database for Active Record | |
gem 'sqlite3' | |
# Use SCSS for stylesheets | |
gem 'sass-rails', '~> 4.0.0' | |
# Use Uglifier as compressor for JavaScript assets | |
gem 'uglifier', '>= 1.3.0' | |
# Use CoffeeScript for .js.coffee assets and views | |
gem 'coffee-rails', '~> 4.0.0' | |
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
# gem 'therubyracer', platforms: :ruby | |
# Use jquery as the JavaScript library | |
gem 'jquery-rails' | |
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | |
gem 'turbolinks' | |
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | |
gem 'jbuilder', '~> 1.2' | |
group :doc do | |
# bundle exec rake doc:rails generates the API under doc/api. | |
gem 'sdoc', require: false | |
end | |
# Use ActiveModel has_secure_password | |
# gem 'bcrypt-ruby', '~> 3.0.0' | |
# Use unicorn as the app server | |
# gem 'unicorn' | |
# Use Capistrano for deployment | |
# gem 'capistrano', group: :development | |
# Use debugger | |
# gem 'debugger', group: [:development, :test] | |
# Refinery CMS | |
gem 'refinerycms', '~> 2.1.0' | |
# Optionally, specify additional Refinery CMS Extensions here: | |
gem 'refinerycms-acts-as-indexed', '~> 1.0.0' | |
# gem 'refinerycms-blog', '~> 2.1.0' | |
# gem 'refinerycms-inquiries', '~> 2.1.0' | |
# gem 'refinerycms-search', '~> 2.1.0' | |
# gem 'refinerycms-page-images', '~> 2.1.0' |
This file contains 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
gem install refinerycms | |
Successfully installed refinerycms-2.1.0 | |
Parsing documentation for refinerycms-2.1.0 | |
Installing ri documentation for refinerycms-2.1.0 | |
Done installing documentation for refinerycms after 15 seconds | |
1 gem installed | |
ewan@glenlivet test $ refinerycms elgincc | |
create | |
create README.rdoc | |
create Rakefile | |
create config.ru | |
create .gitignore | |
create Gemfile | |
create app | |
create app/assets/javascripts/application.js | |
create app/assets/stylesheets/application.css | |
create app/controllers/application_controller.rb | |
create app/helpers/application_helper.rb | |
create app/views/layouts/application.html.erb | |
create app/assets/images/.keep | |
create app/mailers/.keep | |
create app/models/.keep | |
create app/controllers/concerns/.keep | |
create app/models/concerns/.keep | |
create bin | |
create bin/bundle | |
create bin/rails | |
create bin/rake | |
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/filter_parameter_logging.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/initializers/wrap_parameters.rb | |
create config/locales | |
create config/locales/en.yml | |
create config/boot.rb | |
create config/database.yml | |
create db | |
create db/seeds.rb | |
create lib | |
create lib/tasks | |
create lib/tasks/.keep | |
create lib/assets | |
create lib/assets/.keep | |
create log | |
create log/.keep | |
create public | |
create public/404.html | |
create public/422.html | |
create public/500.html | |
create public/favicon.ico | |
create public/robots.txt | |
create tmp/cache | |
create tmp/cache/assets | |
create vendor/assets/javascripts | |
create vendor/assets/javascripts/.keep | |
create vendor/assets/stylesheets | |
create vendor/assets/stylesheets/.keep | |
apply /Users/ewan/.rvm/gems/ruby-2.0.0-p195/gems/refinerycms-2.1.0/templates/refinery/installer.rb | |
append Gemfile | |
run bundle install from "." | |
Fetching gem metadata from https://rubygems.org/........ | |
Fetching gem metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Bundler could not find compatible versions for gem "railties": | |
In Gemfile: | |
rails (= 4.0.0) ruby depends on | |
railties (= 4.0.0) ruby | |
sass-rails (~> 4.0.0) ruby depends on | |
railties (4.0.0.rc2) | |
rake db:create | |
Could not find gem 'refinerycms-acts-as-indexed (~> 1.0.0) ruby' in the gems available on this machine. | |
Run `bundle install` to install missing gems. | |
generate refinery:cms --fresh-installation | |
Could not find gem 'refinerycms-acts-as-indexed (~> 1.0.0) 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 gem metadata from https://rubygems.org/.. | |
Resolving dependencies... | |
Bundler could not find compatible versions for gem "railties": | |
In Gemfile: | |
rails (= 4.0.0) ruby depends on | |
railties (= 4.0.0) ruby | |
sass-rails (~> 4.0.0) ruby depends on | |
railties (4.0.0.rc2) | |
=== ACTION REQUIRED === | |
Now you can launch your webserver using: | |
cd elgincc | |
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