summaryrefslogtreecommitdiff
path: root/docker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md30
1 files changed, 0 insertions, 30 deletions
diff --git a/docker/README.md b/docker/README.md
deleted file mode 100644
index 34e30da..0000000
--- a/docker/README.md
+++ /dev/null
@@ -1,30 +0,0 @@
-#### Pre-Requisites
-
- 1. Install Docker https://docs.docker.com/engine/installation/
- 2. Install Docker Compose https://docs.docker.com/compose/install/#install-compose
- 3. install git
-
-
-#### Help for deploying Yaksh interface.
-
- - To get help while deployment
- $ make help
-
- - Clone yaksh form github:
- $ make clone
-
- - Build docker images:
- $ make build
-
- - To run containers:
- $ make start
-
- - You need to create super a user to work with yaksh:
- $ make createsuperuser
-
- - Now Your interface is ready. You can access it using browser just go to http://localhost:8000
-
- - Clean your docker containers:
- $ make clean
-
- - other utilities like restart, tail, status