X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=doc%2FbeforeYouStart.txt;h=1b9e7ff854a7bd2b7abb7ba7f23f27a8b8fa47c0;hp=8446f058e4d7742eb29004774abdebbe14c6a089;hb=ecd765ea7c23977857d0f3509da235bcdc3d23e1;hpb=e2a79224ab74235f539b0006fc654b078471f843 diff --git a/doc/beforeYouStart.txt b/doc/beforeYouStart.txt index 8446f058..1b9e7ff8 100644 --- a/doc/beforeYouStart.txt +++ b/doc/beforeYouStart.txt @@ -15,3 +15,8 @@ Before you start using you might want to: - 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. +For local testing you should: +- start util-testing/club/wpia/gigi/DevelLauncher.java and util-testing/club/wpia/gigi/util/SimpleSigner.java +- use the doc/sampleData.sql.template to create a doc/sampleData.sql file with a testing user. + If you start the local test environment with util-testing/club/wpia/gigi/DevelLauncher.java, this user is automatically logged into the system via ticket bypass. +- in the case while starting the application a database error occurs use util-testing/club/wpia/gigi/util/DatabaseManager.java to adjust the database to the current requirements