- Clone this repository
$ git clone https://github.com/eesnaola/monk-blog- Install dependencies
$ composer installTo create the configured database run:
php bin/console doctrine:database:createTo execute (or dump) the SQL needed to update the database schema to match the current mapping metadata
php bin/console doctrine:schema:update --forceFirst, make sure you install Node.js and also the Yarn package manager. Then run:
yarn installTo compile for first time run:
yarn run encore devhttps://symfony.com/doc/current/setup/web_server_configuration.html
To use the login with auth0 it is necessary to edit the hosts file and use the alias blog.mediamonks.com
- Entry point
- Administrator sector
http://blog.mediamonks.com/admin
In case you have permission issues running this app with logs, cache or database run:
$ chmod -R 777 varThe project has a web documentation in /api/doc
http://blog.mediamonks.com/api/doc
Unit test could be executed using:
$ ./bin/phpunit tests