lazerball / hit-tracker
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 18
Type:project
Requires
- php: >=7.2
- api-platform/core: ^2.2
- doctrine/dbal: ^2.7
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/doctrine-migrations-bundle: ^2.0
- doctrine/migrations: ^2.0
- doctrine/orm: ^2.6
- dunglas/doctrine-json-odm: ^0.1
- friendsofsymfony/rest-bundle: ^2.1
- guzzlehttp/guzzle: ^6.0
- igorw/get-in: ^1.0
- incenteev/hashed-asset-bundle: ^1.0
- jms/serializer-bundle: ^2.0
- jrobeson/sylius-settings-bundle: ^1.0
- nelmio/cors-bundle: ^1.5
- nelmio/security-bundle: ^2.0
- nesbot/carbon: ^2.0
- nikic/iter: ^2.0
- phpdocumentor/reflection-docblock: ^4.0
- ramsey/uuid: ^3.7
- ramsey/uuid-console: ^1.1
- ramsey/uuid-doctrine: ^1.4
- sensio/framework-extra-bundle: ^5.0
- sylius/registry: ^1.2
- sylius/resource: ^1.5
- sylius/resource-bundle: ^1.5
- symfony/asset: ^4.2
- symfony/debug-bundle: ^4.2
- symfony/dotenv: ^4.0
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.2
- symfony/monolog-bundle: ^3.2
- symfony/orm-pack: ^1.0
- symfony/process: ^4.2
- symfony/profiler-pack: ^1.0
- symfony/property-access: ^4.2
- symfony/property-info: ^4.3
- symfony/psr-http-message-bridge: ^1.0
- symfony/security-bundle: ^4.3
- symfony/serializer: ^4.2
- symfony/swiftmailer-bundle: ^3.0
- symfony/validator: ^4.1
- symfony/web-profiler-bundle: ^4.3
- symfony/webpack-encore-bundle: ^1.6
- twig/extensions: ^1.5
- vich/uploader-bundle: ^1.0
- willdurand/hateoas-bundle: ^1.3
- zendframework/zend-diactoros: ^1.0
Requires (Dev)
- behat/behat: ^3.0
- behat/mink: ^1.6
- behat/mink-browserkit-driver: ^1.2
- behat/mink-extension: ^2.0
- behat/mink-selenium2-driver: ^1.2
- behat/symfony2-extension: ^2.0
- doctrine/doctrine-fixtures-bundle: ^3.0
- friendsofphp/php-cs-fixer: ^2.0
- fzaninotto/faker: ^1.6
- league/factory-muffin: ^3.0
- league/factory-muffin-faker: ^2.0
- matthiasnoback/symfony-config-test: ^4.0
- phpdocumentor/type-resolver: ^0.4.0
- phpspec/phpspec: ^5.1
- phpstan/phpstan-doctrine: ^0.11
- phpstan/phpstan-symfony: ^0.11
- phpunit/phpunit: ^7.0
- psy/psysh: ^0.9
- symfony/phpunit-bridge: ^4.0
- thecodingmachine/phpstan-strict-rules: ^0.11
- dev-master
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.24
- 0.3.23
- 0.3.22
- 0.3.21
- 0.3.20
- 0.3.19
- 0.3.18
- 0.3.17
- 0.3.16
- 0.3.15
- 0.3.14
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.47
- 0.0.46
- 0.0.45
- 0.0.44
- 0.0.43
- 0.0.42
- 0.0.41
- 0.0.40
- 0.0.39
- 0.0.38
- 0.0.37
- 0.0.36
- 0.0.35
- 0.0.34
- 0.0.33
- 0.0.32
- 0.0.31
- 0.0.30
- 0.0.29
- 0.0.28
- 0.0.27
- 0.0.26
- 0.0.25
- 0.0.24
- 0.0.23
- 0.0.22
- 0.0.21
- 0.0.20
- 0.0.19
- 0.0.18
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-greenkeeper/initial
This package is not auto-updated.
Last update: 2024-11-09 17:14:18 UTC
README
This document contains information on how to download, install, and start this program.
Requirements
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/install
cd /path/to/install
- copy env.dist to .env and fill in
bin/console doctrine:database:create
bin/console doctrine:migrations:migrate
bin/console cache:clear
-
Vest data receiver
- TODO: link to htdataredirector once it has instructions
-
Optional - (Re)build assets
npm install
bower install
ember build --output-path web/assets
- Run
Go to http://example.org/