]> WPIA git - gigi.git/blob - doc/beforeYouStart.txt
Merge branch 'libs/jetty/upstream' into libs/jetty/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 - add the corresponding jdbc connector to your path.
9
10 - on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/).
11   This expects JAVA_HOME to be set.
12