Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
Build 2.2.1: Updated ReadMe for Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
robtweed committed Sep 3, 2017
1 parent a830b58 commit 946dd5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "qewd-conduit",
"version": "2.2.0",
"version": "2.2.1",
"description": "QEWD-based Conduit RESTFUL Back-end",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions qewd-docker/README.md
Expand Up @@ -21,6 +21,16 @@
~/qewd-docker-files/routes.js


## Start a Redis container

This provides the embedded Document and Session storage for QEWD:

sudo docker run -d --name redis -p 6379:6379 redis

If you're using a Raspberry Pi:

sudo docker run -d --name redis -p 6379:6379 hypriot/rpi-redis


## Start the Docker version of QEWD:

Expand Down

0 comments on commit 946dd5d

Please sign in to comment.