move disclaimer

This commit is contained in:
Ed Chalstrey 2022-02-23 12:56:08 +00:00
parent bd766658b7
commit c0f7871a61

View File

@ -21,6 +21,8 @@ app | TCP | 8080 | 3000
app_dev | TCP | 3001 | 3001 app_dev | TCP | 3001 | 3001
ssh | TCP | 4022 | 22 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. 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. If you wish to `ssh`, you will first need to open the terminal in Ubuntu and run the following.
@ -373,7 +375,6 @@ PGPASSWORD=<pgpassword> PGDATABASE=<colouringlondondb> PGUSER=<username> PGHOST=
</details><p></p> </details><p></p>
The site can then be viewed on http://localhost:8080. The `app_dev` mapping is used in The site can then be viewed on http://localhost:8080.
development by Razzle which rebuilds and serves client side assets on the fly.
Finally to quit the application type `Ctrl-C`. Finally to quit the application type `Ctrl-C`.