Fixing README
This commit is contained in:
parent
fda3a74a29
commit
d2e302dcc7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue