summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-05-03 18:06:54 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-05-03 18:06:54 +0200
commitfb1e6043633a5eedb91530145e8741e46088f13c (patch)
treee49277cae55b00bb7c2e23a98b4f342af815ca65 /README.md
parentba4ab7dbc102c43a861654910ba33989021e9c8b (diff)
Added Yarn install
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4a6211a2..0e5fa121 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
### Directions:
* Clone the master branch: `git clone https://github.com/engelsystem/engelsystem.git`
- * Install [Composer](https://getcomposer.org/download/)
+ * Install [Composer](https://getcomposer.org/download/) and [Yarn](https://yarnpkg.com/en/docs/install)
* Install project dependencies:
```bash
composer install
@@ -28,14 +28,13 @@ To report bugs use [engelsystem/issues](https://github.com/engelsystem/engelsyst
```bash
composer install --no-dev
composer dump-autoload --optimize
-
```
to install the engelsystem
* Build the frontend assets
```bash
yarn build
```
-
+
* The webserver must have write access to the ```import``` directory and read access for all other directories
* The webserver must point to the ```public``` directory.
* The webserver must read the ```.htaccess``` file and ```mod_rewrite``` must be enabled