summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorankitjavalkar2015-10-07 17:21:25 +0530
committerankitjavalkar2015-10-07 18:34:56 +0530
commit81393bfd4581b3f2217a979aaffec999c89d6755 (patch)
tree324a1372d80d85d48de70686b41fecd7313af21d /README.md
parent5203ce57f2a08fe9aef8b97b569855fa9cd50ba4 (diff)
downloadonline_test-81393bfd4581b3f2217a979aaffec999c89d6755.tar.gz
online_test-81393bfd4581b3f2217a979aaffec999c89d6755.tar.bz2
online_test-81393bfd4581b3f2217a979aaffec999c89d6755.zip
Modify fixtures and load them on quickstart
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index edc4d33..ed19e16 100644
--- a/README.md
+++ b/README.md
@@ -33,11 +33,11 @@ Quick Start
1. Install the yaksh
- For latest stable release
- pip install yaksh
+ $ pip install yaksh
- For the development version
- pip install git+https://github.com/FOSSEE/online_test.git
+ $ pip install git+https://github.com/FOSSEE/online_test.git
1. In the terminal run
@@ -56,11 +56,11 @@ Quick Start
1. Run:
- yaksh run_demo
+ $ yaksh run_demo
1. In a new terminal run:
- sudo yaksh run_code_server
+ $ sudo yaksh run_code_server
1. Open your browser and open the URL ```http://localhost:8000/exam```
@@ -69,6 +69,9 @@ Quick Start
- Student - Username: student | Password: student
- Teacher - Username: teacher | Password: teacher
+1. User can also login to the Default Django admin using;
+ - Admin - Username: admin | Password: admin
+
Inspiration
===========