Fixing README

This commit is contained in:
Axel 2021-12-19 22:10:38 +01:00
parent fda3a74a29
commit d2e302dcc7

View file

@ -44,7 +44,7 @@ I rewrote a couple of things today to make sure the script still works.
* install Perl dependencies * install Perl dependencies
* install PHP composer dependencies: `cd ./web && composer install` * install PHP composer dependencies: `cd ./web && composer install`
* install Javascript dependencies: `cd ./web && npm install` * install Javascript dependencies: `cd ./web && npm install`
* compile the Javascript sources: `cd ./web && npx mix production` * compile the Javascript sources: `cd ./web && npx mix --production`
* create a Database and import the schema from `sql/create.sql` * create a Database and import the schema from `sql/create.sql`
* create your own `.env` file: `cp .env.example .env` and adapt it to your needs * create your own `.env` file: `cp .env.example .env` and adapt it to your needs
* create a webserver vhost with document root to the `web` directory * create a webserver vhost with document root to the `web` directory