From c0f7871a61430a5431195dff4f9e2620d65c0ff3 Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Wed, 23 Feb 2022 12:56:08 +0000 Subject: [PATCH] move disclaimer --- docs/setup-dev-environment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/setup-dev-environment.md b/docs/setup-dev-environment.md index 5fd50a43..07aaebd9 100644 --- a/docs/setup-dev-environment.md +++ b/docs/setup-dev-environment.md @@ -21,6 +21,8 @@ app | TCP | 8080 | 3000 app_dev | TCP | 3001 | 3001 ssh | TCP | 4022 | 22 +The `app_dev` mapping is used in development by Razzle which rebuilds and serves client side assets on the fly. + To run the commands in the rest of this setup guide, either `ssh` into the VirtualBox environment or open the terminal within the Ubuntu GUI. If you wish to `ssh`, you will first need to open the terminal in Ubuntu and run the following. @@ -373,7 +375,6 @@ PGPASSWORD= PGDATABASE= PGUSER= PGHOST=

-The site can then be viewed on http://localhost:8080. The `app_dev` mapping is used in -development by Razzle which rebuilds and serves client side assets on the fly. +The site can then be viewed on http://localhost:8080. Finally to quit the application type `Ctrl-C`.