HelloWhiznium

From
Revision as of 10:04, 24 August 2019 by Mpsitech (talk | contribs)
Jump to: navigation, search

Building HelloWhiznium


Running HelloWhiznium for the first time

Copy the preferences file from ... to ... .

If you would like to use HTTPS server, you need to create a private/public key pair, e.g. using OpenSSL. In the executable directory, run


and rename the generated files

mv ... server.pem mv ... server.key

Set up the database:

MySQL databases

sudo mysql -p < ${WHIZROOT}/srcrep/hlwz/_ini/dbshlwz/CreateDbsHlwzMy.sql

The 'CREATE USER ...' part needs to be commented out in case the user already exists.