aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-10-17 15:25:44 +0200
committerRobert2017-11-13 09:28:48 +0100
commit0b064d99484a309ae1c4a413dc6d0e3fff566e1e (patch)
treeaf2d987432315dfabf9f05372775e05f32aae52c
parent2569bb6a1b0eb633e3bd34340212c450ca9c6ff8 (diff)
downloadchouette-core-0b064d99484a309ae1c4a413dc6d0e3fff566e1e.tar.bz2
updated INSTALL.md for Webpack and Linux installation
-rw-r--r--INSTALL.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6e497b580..32aca8697 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -27,6 +27,11 @@ Otherwise please make sure to use a compatible version, still best to use the sa
Then install yarn (`brew install yarn` does nicely on macOS).
+## Webpack
+
+... is managed by the webpacker gem, thusly at latest
+ before starting your server and tests, setup webpacker with `bundle exec rake webpacker:install`.
+
### Installation Caveats
#### Node Related Issue, libv8
@@ -73,7 +78,7 @@ rake aborted!
LoadError: library names list must not be empty
```
-you need to install `libproj4-dev` on your system.
+you need to install `libproj4-dev` (macOS) or `libproj-dev` (Linux) on your system.
### Postgres