summaryrefslogtreecommitdiff
path: root/yaksh/documentation/installation.rst
diff options
context:
space:
mode:
authorPrabhu Ramachandran2017-01-09 16:15:27 +0530
committerGitHub2017-01-09 16:15:27 +0530
commit7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (patch)
tree3afbf4d76e0d244bc71d0f43ace1ad2a40755e33 /yaksh/documentation/installation.rst
parentef6a61b1938ec399efb6d66b914f245afa3ed5ff (diff)
parent9fc46fc74e87a30f9dcaada88815a5ec8814d5fd (diff)
downloadonline_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.tar.gz
online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.tar.bz2
online_test-7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1.zip
Merge pull request #172 from adityacp/update_docs
Update docs and fix minor issues
Diffstat (limited to 'yaksh/documentation/installation.rst')
-rw-r--r--yaksh/documentation/installation.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/yaksh/documentation/installation.rst b/yaksh/documentation/installation.rst
index 51efea7..57dc2fd 100644
--- a/yaksh/documentation/installation.rst
+++ b/yaksh/documentation/installation.rst
@@ -73,7 +73,9 @@ Running The Code Server
In a new terminal run the command::
- sudo python /path/to/code_server.py
+ cd /path/to/online_test
+
+ sudo python -m yaksh.code_server
Keep this instance running in the background
@@ -93,7 +95,7 @@ Keep this instance running in the background
3. Start a Docker container::
- docker run -d -p 8001:8001 -p 53579:53579 -v /path/to/online_test/yaksh/output:/src/yaksh/output yaksh_code_server:v1
+ docker run -d -p 8001:8001 -p 53579:53579 -v /path/to/online_test/yaksh/data:/src/yaksh/data yaksh_code_server:v1
**Note**:
* The default ports on which the code server runs and the pool port on which the former ports are available is specified in online_test/yaksh/settings.py. The code server also supports multiple ports