Rename root .env_example to .env and change value according to your configs
Rename config/config_example.php to config/config.php and change value according to your configs
Create user and schema database accordingly to your .env file
./vendor/bin/phalcon-migrations run --config=config.php
php ./install.php
php ./uninstall.php
Access dashboard at domain.local/user
Email: [email protected]
Password: password
For security purposes install.php and uninstall.php should be removed if not needed anymore.
Make sure that the correct config (nginx or apache) point just to the public folder