]> WPIA git - gigi.git/blob - doc/beforeYouStart.txt
Merge remote-tracking branch 'origin/libs/scrypt/local'
[gigi.git] / doc / beforeYouStart.txt
1 Before you start using you might want to:
2
3 - create a keypair for the server (scripts/generateKeys.sh)
4 - create a truststore for the server (scripts/generateTruststore.sh)
5
6 - download locales (util/ org.cacert.gigi.util.FetchLocales)
7 - write your sql connection properties: config/gigi.properties.template -> config/gigi.properties
8 - install "hosts" entries for the hosts you entered in "gigi.properties"
9    (be aware if you change the default ones you need to change the CN given in the certificates)
10
11 - add the corresponding jdbc connector to your path.
12
13 - on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/).
14   This expects JAVA_HOME to be set.
15