Note that there are some explanatory texts on larger screens.

plurals
  1. POFailing to install Locomotive CMS at bundle exec
    text
    copied!<p>I'm trying to install LocomotiveCMS and I'm trying to follow this guide: <a href="http://doc.locomotivecms.com/guides/get-started/install-engine" rel="nofollow">http://doc.locomotivecms.com/guides/get-started/install-engine</a>. I get up to the part where I have to enter in:</p> <pre><code>bundle exec rails g locomotive:install </code></pre> <p>Which then just outputs the rails usage command:</p> <pre><code>MacBook-Pro:myapp chris$ bundle exec rails g locomotive:install Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] # Path to the Ruby binary of your choice # Default: /Users/chris/.rvm/rubies/ruby-2.0.0-p195/bin/ruby -b, [--builder=BUILDER] # Path to a application builder (can be a filesystem path or URL) -m, [--template=TEMPLATE] # Path to an application template (can be a filesystem path or URL) [--skip-gemfile] # Don't create a Gemfile [--skip-bundle] # Don't run bundle install -G, [--skip-git] # Skip Git ignores and keeps -O, [--skip-active-record] # Skip Active Record files -S, [--skip-sprockets] # Skip Sprockets files -d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc) # Default: sqlite3 -j, [--javascript=JAVASCRIPT] # Preconfigure for selected JavaScript library # Default: jquery -J, [--skip-javascript] # Skip JavaScript files [--dev] # Setup the application with Gemfile pointing to your Rails checkout [--edge] # Setup the application with Gemfile pointing to Rails repository -T, [--skip-test-unit] # Skip Test::Unit files </code></pre> <p>....</p> <p>I'm not sure what I did wrong. I followed the guide to the letter...</p> <p>Any help would be much appreciated. Thank you!</p> <p><strong>EDIT:</strong> The "bundle install" seemed to have worked fine. </p> <pre><code>Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. </code></pre> <p>My rails version is:</p> <pre><code>Rails 3.2.13 </code></pre> <p>My ruby version is:</p> <pre><code>ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0] </code></pre> <p>This is my current Gemfile (though I did try to change this around a bit for testing):</p> <pre><code>source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '3.2.13' gem 'locomotive_cms', '~&gt; 2.0.1', :require =&gt; 'locomotive/engine' gem 'unicorn', :group =&gt; 'development' gem 'compass-rails', '~&gt; 1.0.3', :group =&gt; 'assets' # Use SCSS for stylesheets gem 'sass-rails', '~&gt; 3.2.6', :group =&gt; 'assets' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '&gt;= 2.1.1', :group =&gt; 'assets' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~&gt; 3.2.2', :group =&gt; 'assets' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~&gt; 1.0.1', :group =&gt; 'assets' 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', '~&gt; 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] </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload