diff options
author | adityacp | 2017-01-10 14:43:52 +0530 |
---|---|---|
committer | adityacp | 2017-01-10 14:43:52 +0530 |
commit | 05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf (patch) | |
tree | 896aa651644179a69c0ae1e6c2aaf5053e8be481 /yaksh/documentation/installation.rst | |
parent | d924a36d5c0bfec383d5a07811ca197705fafe1b (diff) | |
parent | 7fb288ffd992c912a8e2288aa97d6c6ceeedf1a1 (diff) | |
download | online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.gz online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.tar.bz2 online_test-05b8d1f19bc566e28f2b9bc232389c65f6e4b9bf.zip |
Merge https://github.com/fossee/online_test into fix_management_commands
Diffstat (limited to 'yaksh/documentation/installation.rst')
-rw-r--r-- | yaksh/documentation/installation.rst | 6 |
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 |