04. Installation - MuchChaca/KelKannes GitHub Wiki

Table of content

Installation

# Download project
$ git clone https://github.com/MuchChaca/KelKannes.git
# Install dependencies
$ cd KelKannes
$ composer install

Strong dependencies

  • mysql
  • php7
  • symfony 4
  • composer

Configuration

Define environment variables like cat .env.dist > .env.

Consult documentation

We will consider taht the app directory is the root directory for the following commands.

Database

The databases (SQL) documentations are located at doc/sql.

UML

The UML diagram is at doc/object

App flow

The app flow (logical instructions and actions) are detailed in doc/sitemap.

Code's documentation (PHPdoc)

This uses heroku

Just run:

$ heroku local gen-doc-start

👉 More about available heroku commands here

⚠️ **GitHub.com Fallback** ⚠️