lazerball/hit-tracker

安装: 0

依赖: 0

建议者: 0

安全性: 0

星级: 0

关注者: 1

分支: 0

公开问题: 18

类型:项目

0.4.5 2019-08-04 03:35 UTC

README

Build Status

SensioLabsInsight

Dependency Status

本文件包含有关如何下载、安装和启动此程序的信息。

要求

要安装此程序,您需要

为了(重新)构建此程序的资源(js、css、图片),您需要

  • Node.js(用于bower和npm)
  • Sass 编译器

要运行此程序,您需要

  1. 安装
  • 配置Web服务器

    TODO:添加nginx配置

  • Web应用程序

    1. php composer.phar create-project lazerball/hit-tracker path/to/install
    2. cd /path/to/install
    3. 将env.dist复制到.env并填写
    4. bin/console doctrine:database:create
    5. bin/console doctrine:migrations:migrate
    6. bin/console cache:clear
  • 数据接收器

    • TODO:一旦htdataredirector有说明,请添加链接
  • 可选 - (重新)构建资源

    1. npm install
    2. bower install
    3. ember build --output-path web/assets
  1. 运行

转到http://example.org/