]> WPIA git - gigi.git/blob - doc/beforeYouStart.txt
add: prevent supporters from modifying their own accounts via support
[gigi.git] / doc / beforeYouStart.txt
1 Before you start using you might want to:
2
3 - use cacert-nre to generate a roots structure
4 - extract the gigi-*.tar.gz file into "config"
5 - execute "generateTruststore.sh" there
6 - extract the signer-server-*.tar.gz into "signer"
7
8 - download locales (util/ org.cacert.gigi.util.FetchLocales)
9 - write your sql connection properties: config/gigi.properties.template -> config/gigi.properties
10 - install "hosts" entries for the hosts you entered in "gigi.properties"
11    (be aware if you change the default ones you need to change the CN given in the certificates)
12
13 - add the corresponding jdbc connector to your path.
14
15 - on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/).
16   This expects JAVA_HOME to be set.
17