source: local/greenstone3/linux-64bit/README--aws.txt

Last change on this file was 35490, checked in by kjdon, 3 years ago

some notes I made getting greenstone installed on aws as a test

File size: 630 bytes
Line 
1aws.amazon.com
2
3login with your amazon AWS account.
4
5New instance - ubuntu, name it, set up elastic IP and connect to the instance (opt)
6open up port 8383
7
8ssh -i "gs3-clean-svn-ubuntu.pem" [email protected]
9
10sudo apt-get update
11sudo apt-get install openjdk-8-jdk g++ subversion ant emacs24-nox imagemagick make
12
13svn co http://svn.greenstone.org/main/trunk/greenstone3
14ant
15edit build.properties
16 => uncomment checkout.gnomelib.ext=true
17
18ant prepare
19
20(because can't find jni.h)
21export JAVA_HOME=path to java eg /usr/lib/jvm/java-8-openjdk-amd64
22export PATH=$JAVA_HOME/bin:$PATH
23
24ant install
25
Note: See TracBrowser for help on using the repository browser.