- phalcon
- docker
- postgresql
- php 7
- nginx
- Install the docker https://docs.docker.com/engine/installation/linux/ubuntu/
- Save the files to the working directory
- Run the command "make build".
- The configuration file /src/app/config/config.php
- The controllers and views /src/app/modules/controllers
- The models /src/app/models
- login: admin
- password: 123456
- login page: /
- tasks list: /tasks
- add task: /add