Biblys is an open-source web application designed to build online bookshops, primarily used by French independent book publishers.
- PHP 8.1 or above
- MySQL 8
- Composer
- Git
- Yarn
See INSTALL.MD.
$ docker-compose up -d
If docker image needs to be updated:
$ docker-compose up --build
In dev mode:
composer build:watchFor production:
composer build:prodRefresh a theme after local changes or download:
composer theme:refreshGet theme latest version from Github:
composer theme:downloadDownload & refresh theme:
composer theme:update(DEV) Auto-refresh theme when a file is changed:
composer theme:watchcomposer testcomposer license:addcomposer license:add:phpcomposer license:add:jscomposer license:add:twigcomposer license:add:css