summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authoradityacp2020-07-02 14:46:41 +0530
committeradityacp2020-07-02 14:46:41 +0530
commit84de7d4a0594a9f92ae0c1694b65dd9c822e32fd (patch)
treedcee899419936df2829b0565d5decd8b4e343b94 /README.rst
parent9c153a086bfb220f07e20fe0712768ce0f7fc343 (diff)
downloadonline_test-84de7d4a0594a9f92ae0c1694b65dd9c822e32fd.tar.gz
online_test-84de7d4a0594a9f92ae0c1694b65dd9c822e32fd.tar.bz2
online_test-84de7d4a0594a9f92ae0c1694b65dd9c822e32fd.zip
Change multiple files
- Add version in init - Add demo website information in readme - Update django version in requirements
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b030e55..3c5f3df 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,18 @@ Features
- Scales to over 500+ simultaneous users.
- Distributed under the BSD license.
+To get a glimpse of all the available features check our demo website https://yaksh-demo.fossee.in. It has 50 teacher and student login.
+
+**Sample teacher login**
+
+Username:- teacher1
+Password:- teacher1
+
+**Sample student login**
+
+Username:- student1
+Password:- student1
+
Requirements
============
@@ -61,7 +73,7 @@ miniconda. Download miniconda with Python 3.6 and above.
* **Install redis server**
- Redis is required for celery. Celery runs in background for regrading the papers.
+ Redis is required for celery. Celery runs a background task to re-evaluate the submissions.
::
@@ -81,6 +93,12 @@ miniconda. Download miniconda with Python 3.6 and above.
systemctl status redis
+* **Run celery worker**
+
+ ::
+
+ celery -A online_test worker -B
+
* Ensure `pip <https://pip.pypa.io/en/latest/installing.html>`_ is installed
**Installing Yaksh**