Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/115603

Change subject: Update README with Redis instructions
......................................................................

Update README with Redis instructions

Change-Id: I06e2f41e7536db49bb1261078916ceaa4290a85a
---
M server/README.md
1 file changed, 13 insertions(+), 7 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/03/115603/1

diff --git a/server/README.md b/server/README.md
index 40dbe58..9181830 100644
--- a/server/README.md
+++ b/server/README.md
@@ -6,19 +6,25 @@
 Installation
 ------------
 
-Install the depdendencies
+Install the dependencies:
 
 ```$ npm install```
 
-You need redis server running on your machine. Install redis-server using
-your OS package manager. Example:
+You need a Redis server on your machine.
+Install it using your OS package manager:
 
-```apt-get install redis-server```
+Debian: ```apt-get install redis-server```
+Fedora: ```yum install redis```
 
 Running the server
 ------------------
 
-To run the server:
+First, make sure that the Redis server is running:
+
+Debian: ```service redis-server start```
+Fedora: ```service redis start```
+
+To run the ContentTranslation server:
 
 ```$ npm start```
 
@@ -29,6 +35,6 @@
 -------------
 
 An example configuration file is given as config.example.js.
-Rename that file to config.js and make your changes. Then
-restart the server.
+Rename that file to config.js and make your changes.
+Then restart the server.
 

-- 
To view, visit https://gerrit.wikimedia.org/r/115603
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I06e2f41e7536db49bb1261078916ceaa4290a85a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to