Create new project in the same application- very urgent help
Added by Anonymous almost 12 years ago
hi all
please help me out, i am already having redmine in the http:\\xx.xx.xx.xx:8080\redmine1, but i want to create new project in the same link(http:\\xx.xx.xx.xx:8080\redmine2) and map to new database.
please help me out.
Replies (8)
RE: Create new project in the same application- very urgent help - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
- use the preview function to check your formatting
- include more information (OS, webserver, application server, ...)
- state what doesn't work or what error messages you get
RE: Create new project in the same application- very urgent help - Added by Anonymous almost 12 years ago
I dont know how to create please guide me:)
RE: Create new project in the same application- very urgent help - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
Hard to help you if you don't give information...
Please¶
- include more information (OS, webserver, application server, ...)
- state what doesn't work or what error messages you get
I see you already have one instance up and running:
i am already having redmine in the http:\\xx.xx.xx.xx:8080\redmine1
Please post your config (webserver and application server).
RE: Create new project in the same application- very urgent help - Added by Anonymous almost 12 years ago
Please
1.OS Window server 2003 R2
2.Apache Tomcat.
RE: Create new project in the same application- very urgent help - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
My last try, please post your config (webserver and application server).
Tomcat is for Java applications, which allows you to run Java Servlet and JavaServer Pages.
Do you know what ruby is? Do you know what rails (=RoR, also Ruby on Rails) is? What versions are you using?
What do you use to run your rails applications? Webrick? Thin? Passenger? (My bad, passenger isn't available on windows)
RE: Create new project in the same application- very urgent help - Added by Ivan Cenov almost 12 years ago
I suppose that you want to have two distinct Redmine instances and first one is already running.
http:\\xx.xx.xx.xx:8080\redmine1 http:\\xx.xx.xx.xx:8080\redmine2I think that you have to repeat the same procedure that you have used to create redmine1 but this time you have to use another database and another configuration. The easiest way is to make a copy of your current redmine1 into a new directory:
xcopy redmine1 redmine2 /EThen edit the configuration files so as they to refer the other database. May be you have to add some configuration to your tomcat server?
RE: Create new project in the same application- very urgent help - Added by Jan Niggemann (redmine.org team member) almost 12 years ago
OK, I forgot: You can use Tomcat with JRuby.
I think that you have to repeat the same procedure that you have used to create redmine1
Obviously...
RE: Create new project in the same application- very urgent help - Added by Anonymous almost 12 years ago
its solved.Thanks Ivan Cenov and Jan NIggemann:)