04. Installation - MuchChaca/KelKannes GitHub Wiki
# Download project
$ git clone https://github.com/MuchChaca/KelKannes.git
# Install dependencies
$ cd KelKannes
$ composer installmysqlphp7symfony 4composer
Define environment variables like cat .env.dist > .env.
We will consider taht the app directory is the root directory for the following commands.
The databases (SQL) documentations are located at doc/sql.
The UML diagram is at doc/object
The app flow (logical instructions and actions) are detailed in doc/sitemap.
This uses
heroku
Just run:
$ heroku local gen-doc-start👉 More about available heroku commands here