From 2846e4372bb5d255c9b4405456b133f174916893 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 2 Jan 2018 18:24:27 +0530 Subject: - Update README_production.rst to fix incorrect commands, links and formatting - Remove README inside docker folder --- docker/README.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 docker/README.md (limited to 'docker') 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 -- cgit