From f676ad200d60855b2b09f90a6d33214321f51f5e Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 27 Jan 2018 11:48:57 +0100 Subject: [PATCH] add a few lines to install things --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a695085b5..2c936232e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ ### Server + * Install Elixir (and Erlang) by following the instructions at [https://elixir-lang.github.io/install.html](https://elixir-lang.github.io/install.html) + * Install PostgreSQL * Start postgres and make sure the postgis extension is installed. * Create a postgres user with database creation capabilities, using the following: `createuser -d -P elixir` and set `elixir` as the password. @@ -28,6 +30,7 @@ and see the website (server *and* client) in action. If you plan to specifically change the client side (frontend), do the following once the server is running: + * Install the latest version of NodeJS * Change directory to `js/`. * Install JavaScript package dependencies: `npm install`. * Run the developement server in watch mode: `npm run dev`. This will open a