The new version (V3) of the Parabot BDN, just the API will be developed until a statisfied version.
- Clone or download the source
- Navigate to the project-root folder with a terminal
- Execute the command
composer install. This will ask you to fill in all kind of Parameters, fill them in with the information you have, leave the fields empty you don't have. - Execute the command
php app/console doctrine:schema:update --force. This will create the database with the required schema. - Execute the command
php app/console doctrine:migrations:migrate. This will create the rest of the database and fill parts of it.
First execute:
composer installAfter Composer has installed its libraries, execute the following:
php app/console doctrine:schema:update --force
php app/console doctrine:migrations:migrateWith app/console cronos:dump you can see what cronjob(s) will be installed.
To install the cronjob(s), execute the following command:
app/console cronos:replace --server=web --env=dev