From 7eea847ee0ec8d480e51975b28564cad9affb44c Mon Sep 17 00:00:00 2001 From: David Merfield Date: Mon, 7 Jan 2019 19:36:24 -0500 Subject: [PATCH] Updated development env guide --- config/guides/development-environment.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/guides/development-environment.md b/config/guides/development-environment.md index e0ff537fd65..80b204af2e4 100644 --- a/config/guides/development-environment.md +++ b/config/guides/development-environment.md @@ -41,6 +41,12 @@ Start a redis server using the [redis configuation file](/config/redis.conf). redis-server config/redis.conf ``` +Start nginx: + +``` +nginx -c config/nginx/dev_server.conf +``` + ## Running the Blot server Start the node.js application like this: @@ -52,7 +58,7 @@ node app You can then browse the public site: ``` -http://localhost:8080 +https://blot.development ``` ## Creating an account