Skip to content

Instantly share code, notes, and snippets.

@simi
Created January 26, 2011 22:32
Show Gist options
  • Select an option

  • Save simi/797643 to your computer and use it in GitHub Desktop.

Select an option

Save simi/797643 to your computer and use it in GitHub Desktop.
refinerycms create project on clean railsinstaller environment
C:\!Prog>refinerycms wintest
Running: cmd /c rails new "C:\!Prog\wintest" --database sqlite3 --skip-test-unit --skip-prototype
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 'C:/!Prog/wintest'!
Installing gem requirements using bundler..
Running: cmd /c cd "C:\!Prog\wintest" && bundle install
Updating git://github.com/resolve/refinerycms
fatal: Not a git repository (or any of the parent directories): .git
An error has occurred in git when running `git fetch --force --quiet --tags "git://github.com/resolve/refinerycms" refs/heads/*:refs/heads/*`. Cannot complete bundling.
Running: cmd /c cd "C:\!Prog\wintest" && rake -f "C:\!Prog\wintest\Rakefile" db:create
rake aborted!
git://github.com/resolve/refinerycms (at master) is not checked out. Please run
`bundle install`
(See full trace by running task with --trace)
(in C:/!Prog/wintest)
Running: cmd /c cd "C:\!Prog\wintest" && rails generate refinerycms
C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/source.rb:552:in `load_spec_files': git://github.com/resolve/refinerycms (at master) is not checked out. Please run `bundle install` (Bundler::GitError)
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/source.rb:366:in `local_specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/source.rb:535:in `specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:349:in `converge_locked_specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:338:in `each'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:338:in `converge_locked_specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:143:in `resolve'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:90:in `specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:135:in `specs_for'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/definition.rb:124:in `requested_specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/environment.rb:23:in `requested_specs'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler/runtime.rb:11:in `setup'
from C:/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.9/lib/bundler.rb:101:in `setup'
from C:/!Prog/wintest/config/boot.rb:8
from script/rails:5:in `require'
from script/rails:5
Setting up your development database..
Running: cmd /c cd "C:\!Prog\wintest" && rake -f "C:\!Prog\wintest\Rakefile" db:migrate
rake aborted!
git://github.com/resolve/refinerycms (at master) is not checked out. Please run
`bundle install`
(See full trace by running task with --trace)
(in C:/!Prog/wintest)
=== ACTION REQUIRED ===
Now you can launch your webserver using:
cd C:/!Prog/wintest
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