I instead tried installing via the rails your_app_name -m http://www.communityengine.org/install_template.rb command, and this time it worked. Based on your comment, I'm guessing this command pulled edge CE instead of master. Anyway, it's up now, so thanks!
-ofer On Dec 14, 1:18 pm, Bruno Bornsztein <[email protected]> wrote: > If you're installing the master CE branch, then you're using the wrong > version of Rails. CE master is only compatible with Rails 2.3.2 (you've got > 2.3.4). You'll need to use Rails 2.3.2, or else use the edge branch (which > is compatible with 2.3.4). > > Thanks, > Bruno > > On Fri, Dec 11, 2009 at 12:29 AM, odigity <[email protected]> wrote: > > I'm working on my first Rails app, and would love to use CE, but I > > can't seem to get it installed right. > > > I have a linux dev server, recent freshly installed Ubunutu 9.04. I > > have a vanilla Rails app created and working. I installed ImageMagick > > and all the required gems as per the CE README file. When I get to > > step 9 (script/generate plugin_migration) it spits this out: > > > o...@dell:~/src/ssp$ script/generate plugin_migration > > /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/rails/ > > dependencies.rb:15:in `load_missing_constant': Constant AppConfig from > > app_config.rb not found (NameError) > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:80:in `const_missing' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:92:in `const_missing' > > from /home/ofer/src/ssp/vendor/plugins/community_engine/config/ > > initializers/mce_options.rb:1 > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:145:in > > `load_without_new_constant_marking' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:145:in `load_without_desert' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:521:in `new_constants_in' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:145:in `load_without_desert' > > from /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/ruby/ > > object.rb:18:in `load' > > from /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/ruby/ > > object.rb:32:in `__each_matching_file' > > from /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/ruby/ > > object.rb:17:in `load' > > from /home/ofer/src/ssp/vendor/plugins/community_engine/config/ > > boot.rb:5 > > from /home/ofer/src/ssp/vendor/plugins/community_engine/config/ > > boot.rb:4:in `each' > > from /home/ofer/src/ssp/vendor/plugins/community_engine/config/ > > boot.rb:4 > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > > 31:in `gem_original_require' > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > > 31:in `require' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:156:in `require_without_desert' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:521:in `new_constants_in' > > from /usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/ > > active_support/dependencies.rb:156:in `require_without_desert' > > from /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/ruby/ > > object.rb:8:in `require' > > from /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/ruby/ > > object.rb:32:in `__each_matching_file' > > from /usr/lib/ruby/gems/1.8/gems/desert-0.5.2/lib/desert/ruby/ > > object.rb:7:in `require' > > from /home/ofer/src/ssp/config/environment.rb:37 > > from /usr/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/ > > initializer.rb:111:in `run' > > from /home/ofer/src/ssp/config/environment.rb:12 > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > > 31:in `gem_original_require' > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > > 31:in `require' > > from /usr/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/ > > generate.rb:1 > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > > 31:in `gem_original_require' > > from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb: > > 31:in `require' > > from script/generate:3 > > > Basic version info: > > > o...@dell:~/src/ssp$ uname -a > > Linux dell 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC > > 2009 i686 GNU/Linux > > > ruby 1.8.7 > > rails 2.3.4 > > rake 0.8.7 > > CE 1.0.3 > > > Any help appreciated! > > > -- > > > You received this message because you are subscribed to the Google Groups > > "CommunityEngine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<communityengine%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/communityengine?hl=en. -- You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/communityengine?hl=en.
