]> WPIA git - gigi.git/blobdiff - doc/beforeYouStart.txt
Merge changes I47ec8fcb,I2cd200f3
[gigi.git] / doc / beforeYouStart.txt
index 62f4d6fa168a8b6e751c1eb4cc83b378a59a6be6..8446f058e4d7742eb29004774abdebbe14c6a089 100644 (file)
@@ -1,9 +1,17 @@
 Before you start using you might want to:
 
-- create a keypair for the server (scripts/generateKeys.sh)
-- create a truststore for the server (scripts/generateTruststore.sh)
+- use wpia-nre to generate a roots structure
+- extract the gigi-*.tar.gz file into "config"
+- execute "generateTruststore.sh" there
+- extract the signer-server-*.tar.gz into "signer"
+
+- download locales (util/ club.wpia.gigi.util.FetchLocales)
+- write your sql connection properties: config/gigi.properties.template -> config/gigi.properties
+- install "hosts" entries for the hosts you entered in "gigi.properties"
+   (be aware if you change the default ones you need to change the CN given in the certificates)
 
-- download locales (util/ org.cacert.gigi.util.FetchLocales)
-- write your sql connection properties: config/sql.properties.template -> config/sql.properties
 - add the corresponding jdbc connector to your path.
 
+- on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/).
+  This expects JAVA_HOME to be set.
+