diff options
author | ankitjavalkar | 2015-10-07 17:21:25 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-10-07 18:34:56 +0530 |
commit | 81393bfd4581b3f2217a979aaffec999c89d6755 (patch) | |
tree | 324a1372d80d85d48de70686b41fecd7313af21d /README.md | |
parent | 5203ce57f2a08fe9aef8b97b569855fa9cd50ba4 (diff) | |
download | online_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.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 =========== |