forked from pacharanero/openmaxims-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.TXT
26 lines (20 loc) · 1.95 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cd ~?openMAXIMS software is provided under the terms of the GNU Affero General Public licence and for most of the software included in this project the copyright is owned by IMS MAXIMS.
We also make use of some 3rd party software components within openMAXIMS which are subject to their own licence terms and the copyright for these is owned by other parties. (see each LICENCE.TXT file for full licence details)
This version of openMAXIMS is intended for use with Microsoft SQL Server 2008 R2 or 2012 (JDBC v3)
(other database systems such as Oracle and MySQL are also supported but will require you to make some configuration code changes)
Some 3rd party tools are provided in the 'apps' folder for your convenience.
to build the openMAXIMS project:
1. Install JDK 1.5 (jdk-1_5_0_05-windows-i586-p.exe)
2. Ensure the <jdk_install_home>\bin directory is in the PATH.
3. Install Tomcat (jakarta-tomcat-5.5.9.exe)
4. Create a system wide environment variable called TOMCAT_HOME set to <tomcat_install_dir>
5. Copy .\apps\jta.jar to <tomcat_install_dir>\common\lib
6. Copy .\apps\SQLServerJdbc.jar to <tomcat_install_dir>\common\lib
7. Install ANT (apache-ant-1.6.5-bin.tar.gz) which simply involves using winzip to unzip to a chosen install dir.
8. Make sure <ant_install_dir>\bin is in the PATH
9. Modify the property workspace on line 4 of openmaxims_workspace\WebApp\WebAppBuild.xml to point to the openmaxims_workspace
10. Modify the setenv.bat file to match your environment (change disk and paths)
11. From a DOS window, go to the directory containing this file, run the 'setenv.bat' batch file followed by the 'build_openMAXIMS.bat' batch file
12. Once the build is successful, there is a newly created file called openMAXIMS.war located in .\openmaxims_workspace\WebApp folder
openMAXIMS.war consitutes the entire openMAXIMS application, containing all run-time dependencies.
This can be deployed as a web application in Apache Tomcat in the standard manner.