- Download Repository using git pull.
- Download data files included in the releases page.
- Unzip the *-evidence.zip files directly into /data/, and cache.zip directly into /app/.
- Create /comments/ folder with read-write access, or unzip comments.zip if comments from WS2017 v1.1 are desired.
- Chmod /data/review/ with read-write access.
- Rename
login.sqlite3-example
tologin.sqlite3
. - Replace
current-database.sqlite3-example
tocurrent-database.sqlite3
if comments from WS2017 v1.1 are not desired. - Set up Apache with PHP support, and visit /app/ in the browser.
- Set up user accounts in /app/admin.php (see notes).
- Main app: /app/
- Login/Admin page: /app/admin.php
- Chart generator: /app/chart.php
- Consolidated comments list generator: /app/list.php
- To set up the first admin user, comment out /app/admin.php lines 56 - 58, 145 and 149.
- The admin user privilege is hardcoded to the user IDs set in /app/user_chk.php line 37.
- Zip the files in /data/review/current-database.sqlite3 and also the files in the /comments/ folder.