installing redmine, files cant be found error

edit: i will just post my new topic here since there is no answers yet, and the topic has changed.

i installed redmine and nginx according to the tutorial here > http://library.linode.com/web-applicati … 0.04-lucid">http://library.linode.com/web-applications/project-management/redmine/ubuntu-10.04-lucid

only ran into error when running the following, all of which say "rake aborted! no such file to load – bundler/setup"

rake config/initializers/session_store.rb
RAILS_ENV=production rake db:migrate
RAILS_ENV=production rake redmine:load_default_data

so i just went ahead with the rest (figured out the proxy conf need to be switch on to allow all), and go to my subdomain and see only "welcome to inginix"

i assume the rake failing must be why there is no redmine… so how and why can it fail when i followed the tutorial line for line?

the only thing i have different is i have virtualmin installed

old post:
> so ive set up my server successfully, and installed virtualmin. (ubuntu 10.04 32bit)

i want to follow this to set up up redmine at sub.maindomain.com, and wondering what in these instructions could need to be changed so to avoid all other domains going to redmine (i had vhost problems on my last server that i never managed to sort out)

http://library.linode.com/web-applicati … 0.04-lucid">http://library.linode.com/web-applications/project-management/redmine/ubuntu-10.04-lucid

thanks!!

1 Reply

update:

so it seems i should remove all the default server info in nginx.conf and now i get a passenger error page.

also, if i go to anyname.domain.com i will get the passenger file. but if i go to an already taken subdomain with a site already there it works ok. something in the virtual host i guess, what could it be?

on the passenger page: (can provide more details, which are needed to see whats going on?)

Error message:

no such file to load – bundler

Backtrace:

File Line Location

0 /usr/local/lib/siteruby/1.8/rubygems/customrequire.rb 29 in `gemoriginalrequire'

1 /usr/local/lib/siteruby/1.8/rubygems/customrequire.rb 29 in `require'

2 /opt/passenger-3.0.15/lib/phusionpassenger/utils.rb 325 in `prepareapp_process'

3 /opt/passenger-3.0.15/lib/phusionpassenger/rack/applicationspawner.rb 156 in `initialize_server'

4 /opt/passenger-3.0.15/lib/phusionpassenger/utils.rb 563 in `reportappinitstatus'

5 /opt/passenger-3.0.15/lib/phusionpassenger/rack/applicationspawner.rb 154 in `initialize_server'

6 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver.rb 204 in `start_synchronously'

7 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver.rb 180 in `start'

8 /opt/passenger-3.0.15/lib/phusionpassenger/rack/applicationspawner.rb 129 in `start'

9 /opt/passenger-3.0.15/lib/phusionpassenger/spawnmanager.rb 253 in `spawnrackapplication'

10 /opt/passenger-3.0.15/lib/phusionpassenger/abstractservercollection.rb 132 in `lookupor_add'

11 /opt/passenger-3.0.15/lib/phusionpassenger/spawnmanager.rb 246 in `spawnrackapplication'

12 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver_collection.rb 82 in `synchronize'

13 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver_collection.rb 79 in `synchronize'

14 /opt/passenger-3.0.15/lib/phusionpassenger/spawnmanager.rb 244 in `spawnrackapplication'

15 /opt/passenger-3.0.15/lib/phusionpassenger/spawnmanager.rb 137 in `spawn_application'

16 /opt/passenger-3.0.15/lib/phusionpassenger/spawnmanager.rb 275 in `handlespawnapplication'

17 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver.rb 357 in `send'

18 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver.rb 357 in `servermainloop'

19 /opt/passenger-3.0.15/lib/phusionpassenger/abstractserver.rb 206 in `start_synchronously'

20 /opt/passenger-3.0.15/helper-scripts/passenger-spawn-server 99

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct