Changeset 20091
- Timestamp:
- 2009-07-27T16:11:31+12:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/README.txt
r19839 r20091 13 13 See the README-SVN.txt file for extra notes about installing directly from SVN. 14 14 15 Greenstone 3 requires Java and Ant to run. These may be installed during16 Greenstone installation.15 Greenstone 3 requires Java and Ant to run. These will be installed during a 16 Greenstone binary installation. 17 17 18 18 Running Greenstone: … … 30 30 Greenstone). You will need to manually start/stop an external Tomcat 31 31 (see below for notes about using a version of Tomcat external to Greenstone). 32 33 You will need to run 'gs3-setup' (Windows) or 'source gs3-setup.sh' (Linux/Mac) 34 before running ant targets. 32 35 33 36 Once the Tomcat server is running, Greenstone will be available in a browser … … 45 48 46 49 You can build collections using the Greenstone Librarian Interface (GLI). 47 To start GLI, select it from the Start Menu (Windows), run 'ant gli "from the50 To start GLI, select it from the Start Menu (Windows), run 'ant gli' from the 48 51 greenstone3 directory, or cd to greenstone3/gli and run gli.sh/bat. 49 52 50 53 Once you have created and built a collection, you can see it by clicking 'Preview collection' on the Build panel. 54 55 Java/Tomcat Notes 56 -------------------------------------------------------- 57 58 Binary releases of Greenstone are compiled with Java 1.5 and come with JRE 1.5 and Tomcat 6. Tomcat 6 does not work with Java 1.4. 59 60 To recompile the source from a binary release: 61 * Download the source code component and unpack into Greenstone3 directory. 62 * You will need to install a JDK, 1.5 or later. 63 * Rename the packages/jre folder to something else (eg jre.old) 64 * Set JAVA_HOME environment to be the root of your Java installation. 65 * run 'ant install' 66 67 If you wish to use Java 1.4: 68 * Do all the above steps but before running ant install, 69 * delete packages/tomcat/.flagfile and run 'ant prepare-tomcat' to get Tomcat 5. 70 71 Greenstone 3 from SVN will download Tomcat 5 if you are using Java 1.4, otherwise will download Tomcat 6. 51 72 52 73 Greenstone Admin
Note:
See TracChangeset
for help on using the changeset viewer.