Installation Instructions

Version 3 (J. Simmons, 05/08/2011 06:20 am)

1 1 J. Simmons
h1. Installation Instructions
2 1 J. Simmons
3 2 J. Simmons
Open Design Engine (ODE) is based on "Redmine":http://redmine.org.  The official installation method is to install the "Bitnami Redmine Stack":http://bitnami.org/stack/redmine, apply some custom configuration to the stack, and then upgrade the installed Redmine instance to the ODE source code.  Support for other stacks (or bootstrapped installations) will come with future releases.  With luck, one or more of the stack providers will add ODE to their list of supported stacks.  
4 2 J. Simmons
5 3 J. Simmons
Note, these instructions assume you are running the Ubuntu VM image of the Bitnami Redmine Stack.  They were tested with "version 1.1.3":http://bitnami.org/files/stacks/redmine/1.1.3-0/bitnami-redmine-1.1.3-0-ubuntu-10.10.zip in "VMWare Player":http://www.vmware.com/products/player/. 
6 3 J. Simmons
7 3 J. Simmons
Useful Paths
8 3 J. Simmons
* (bitnami_base) = /opt/bitnami in VM images
9 3 J. Simmons
10 3 J. Simmons
Steps to install ODE
11 3 J. Simmons
* Import the Bitnami Redmine Stack into VMWare (the free VMWare Player is supported)
12 3 J. Simmons
* Configure Redmine to run at http://hostname/ instead of http://hostname/redmine
13 3 J. Simmons
** Edit (bitnami_base)/apache2/conf/httpd.conf and comment out the line:
14 3 J. Simmons
<pre>
15 3 J. Simmons
DocumentRoot
16 3 J. Simmons
</pre>
17 3 J. Simmons
** foo