Age | Commit message (Collapse) | Author |
|
- Remove README inside docker folder
|
|
|
|
|
|
- Add decorator to tasks
|
|
|
|
- Remove requirement files placed in docker/Files
- Modify tasks to dynamically copy requirement files into docker directory
- Add java installation to Docker files
|
|
- Add deployment commands to tasks.py
- Add deployment commands to README_production.md
|
|
- Add python-decouple package to requirements
- use sane defaults and python-decouple in yaksh.settings and online_test.settings module
- Replace hardcoded localhost domain name referring to code server with dynamic
- Move Dockerfile to dedicated directory
- Add dynamic run-as-admin commands to the base command depending on OS
- Replace linux specific commands like cp with Python functions
|
|
|
|
- Fix README instruct to run docker container before running django server
- Add messages after commands execute succesfully
- Touch a new file to denote successful running of code server
|
|
|
|
- Modify paths in the script to avoid backslashes for cross platform compatibility
- Fix README based on feedback
|
|
- Fix README based on feedback
|
|
- Add print stdout prompts to tasks.py
|
|
|
|
- Modify image name in tasks.py
|
|
|
|
- Modify the requirements to separate the requirements for code server
- Modify the docker file
- Add a script that runs within the docker instance
|