From 9c153a086bfb220f07e20fe0712768ce0f7fc343 Mon Sep 17 00:00:00 2001 From: Palaparthy Adityachandra Date: Thu, 2 Jul 2020 14:28:24 +0530 Subject: Update README.rst --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index def052d..b030e55 100644 --- a/README.rst +++ b/README.rst @@ -59,7 +59,7 @@ miniconda. Download miniconda with Python 3.6 and above. **Pre-Requisite** -* Install redis server +* **Install redis server** Redis is required for celery. Celery runs in background for regrading the papers. @@ -69,13 +69,13 @@ miniconda. Download miniconda with Python 3.6 and above. yum install redis (Centos) -* Start redis server +* **Start redis server** :: systemctl start redis -* Check redis server status +* **Check redis server status** :: @@ -207,4 +207,4 @@ Copyright (c) 2011-2017 `FOSSEE `_ .. |Version Status| image:: https://badge.fury.io/gh/fossee%2Fonline_test.svg :target: https://badge.fury.io/gh/fossee%2Fonline_test .. |Coverage Status| image:: https://codecov.io/gh/fossee/online_test/branch/master/graph/badge.svg - :target: https://codecov.io/gh/fossee/online_test \ No newline at end of file + :target: https://codecov.io/gh/fossee/online_test -- cgit