This document describes how to install Biblys on a local development environment. It is intended for developers who want to contribute to the project or test it locally, but not recommended for production use.
git clone git@github.com:biblys/biblys.gitcd biblys
composer installgit clone git@github.com:biblys/biblys-theme-starter.git app
composer run theme:refreshcp config.example.yml config.ymle.g. when using provided MySQL docker image:
db:
host: biblys-mysql
host_for_cli: 127.0.0.1
port: 3306
user: root
pass:
base: biblysAbility to send email is required for login.
eg. when using provided Mailpit docker image:
smtp:
host: biblys-mailpit
user: sender@example.com
pass: password123
port: 1025docker compose up -dcomposer run propel:migrateGenerate a 32-chars long random string, e.g. with openssl:
openssl rand -hex 16and add it to config.yml file:
authentication:
secret: abcd1234…composer run db:seedGo to http://localhost:8088/
And login with admin account admin@paronymie.fr