Skip to content

Commit

Permalink
Updated development env guide
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jan 8, 2019
1 parent c16cdac commit 7eea847
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/guides/development-environment.md
Expand Up @@ -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:
Expand All @@ -52,7 +58,7 @@ node app
You can then browse the public site:

```
http://localhost:8080
https://blot.development
```

## Creating an account
Expand Down

0 comments on commit 7eea847

Please sign in to comment.