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-lucidonly ran into error when running the following, all of which say "
rake aborted! no such file to load -- bundler/setup"
Code:
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:
Quote:
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-lucidthanks!!