Difference between revisions of "HelloWhiznium"
(Created page with "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 pri...") |
|||
Line 14: | Line 14: | ||
mv ... server.key | mv ... server.key | ||
− | Set up the database | + | 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. |
Revision as of 09:04, 24 August 2019
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.