Keine Beschreibung

Maximiliano Schvindt b6a32ffb7d Actualizo vendors vor 6 Jahren
app ccbe48fcb2 Merge remote-tracking branch 'remotes/origin/master' into HEAD vor 6 Jahren
bin a61d957b77 Comando composer-install.sh para utilizarlo en el update del sistema vor 7 Jahren
keys 7bbd0a43e3 drone.yml vor 8 Jahren
src b6a32ffb7d Actualizo vendors vor 6 Jahren
var ab6c3cadf1 Update drone.yml vor 8 Jahren
web 6652356f98 FD3-208 Update vendor vor 7 Jahren
.drone.yml 4fee6481a7 update .drone.yml vor 6 Jahren
.gitignore 5613bcfec3 Agregado del archivos parameters.yml vor 7 Jahren
Dockerfile 6e29b740fb fpm corriendo como root vor 7 Jahren
README.md 607a278778 README.md edited online with Bitbucket vor 8 Jahren
composer.json b6a32ffb7d Actualizo vendors vor 6 Jahren
composer.lock b6a32ffb7d Actualizo vendors vor 6 Jahren
phpunit.xml.dist 8986354188 Update ik/auth-bundle. Phpunit config para ik vendors vor 7 Jahren

README.md

Flowdat Stats

Flowdat Stats based on Symfony 3.X

Installation

Installation

  1. Clone this repo.
  2. Change your working directory to the project one.
  3. Download and install Composer (I'd suggest you doing it so globally). Instructions are here.
  4. Run the following commands:

    $ composer install    
    $ php bin/console doctrine:database:create    
    $ php bin/console doctrine:schema:update --force    
    $ chmod 777 -R var/cache var/logs var/sessions    
    
  5. You should be all set!

A Symfony project created on May 11, 2017, 11:08 am.