summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-11-14 19:02:55 +0530
committerGitHub2017-11-14 19:02:55 +0530
commita7afd20e83bff405baf643647afb16a4569481aa (patch)
treef78c8a8693f83dc56647527cf8f825ce0233ca53 /README.md
parent1aeb0997affaf8d6da3cdceee2d3ba8df59c4083 (diff)
parent41e04d656e0045b3132bd3ec7de206c515606875 (diff)
downloadonline_test-a7afd20e83bff405baf643647afb16a4569481aa.tar.gz
online_test-a7afd20e83bff405baf643647afb16a4569481aa.tar.bz2
online_test-a7afd20e83bff405baf643647afb16a4569481aa.zip
Merge pull request #389 from ankitjavalkar/fix-installer-docs
Multiple minor fixes (Listed in description)
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index a0faab2..28f45d0 100644
--- a/README.md
+++ b/README.md
@@ -49,22 +49,15 @@ Quick Start
- For Python 2 use:
- $ pip install -r ./requirements/requirements-py2.txt
+ $ pip install -r ./requirements/requirements-py2.txt
- For Python 3 (recommended) use:
- $ pip install -r ./requirements/requirements-py3.txt
+ $ pip install -r ./requirements/requirements-py3.txt
#### Short instructions
-1. To run the application do the following:
-
- $ invoke serve
-
- - *Note:* The serve command will run the django application server on the 8000 port
- and hence this port will be unavailable to other processes.
-
-1. On another terminal start up the code server that executes the user code safely:
+1. Start up the code server that executes the user code safely:
- To run the code server in a sandboxed docker environment, run the command:
@@ -82,7 +75,12 @@ Quick Start
and is susceptible to malicious code. You will have to install the code
server requirements in sudo mode.
+1. On another terminal, run the application using the following command:
+
+ $ invoke serve
+ - *Note:* The serve command will run the django application server on the 8000 port
+ and hence this port will be unavailable to other processes.
1. Open your browser and open the URL ```http://localhost:8000/exam```