This document contains information on how to download, install, and start this program.
To install this program you will need:
- PHP >= 7.0
- Various PHP extensions (checked below)
- Composer
- PostgreSQL >= 9.3
- Nginx
- Nginx Push Stream Module
To (re)build the assets (js,css,images) for this program you will need:
To run this program you will need:
- Installation
-
Configuring the web server
TODO: add nginx configuration
-
Web application
php composer.phar create-project lazerball/hit-tracker path/to/installcd /path/to/install- copy env.dist to .env and fill in
bin/console doctrine:database:createbin/console doctrine:migrations:migratebin/console cache:clear
-
Vest data receiver
- TODO: link to htdataredirector once it has instructions
-
Optional - (Re)build assets
npm installbower installember build --output-path web/assets
- Run
Go to http://example.org/
