2017 © Pedro Peláez
 

project zitkino

Brno's cinemas

image

zitkino/zitkino

Brno's cinemas

  • Thursday, July 26, 2018
  • by hermajan
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Zitkino

Packagist, (*1)

Here is the code for the web https://www.zitkino.cz., (*2)

Installation

  • download and install project via Composer:
composer create-project zitkino/zitkino:dev-master
  • build Docker container with dependencies of project with command in terminal:
bash bin/docker.sh start
bash bin/docker.sh ssh
  • install dependencies:
make install
  • create tables in your database in Docker terminal with
make database.update
  • project will be available on http://localhost

JavaScripts a Sass (CSS) styles

They are compiled via Gulp commands:, (*3)

  • gulp - for compiling and watching changed
  • gulp setup - for compiling only

Tests

To test the project, a script is prepared that can be run in Docker terminal via:, (*4)

make tests

Nette Tester

Used for backend testing. Can be run in Docker terminal via:, (*5)

composer run tester

PHPStan

It analyzes the code and looks for errors in it. It is configured in phpstan.neon. Can be run in Docker terminal via:, (*6)

composer run phpstan

The Versions