From 4640ce82f67c47248b2c99e63c084fd189961c03 Mon Sep 17 00:00:00 2001 From: Jannat Patel <31363128+pateljannat@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:26:37 +0530 Subject: [PATCH] docs: updated readme --- README.md | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/README.md b/README.md index 60b632a6..20d17db8 100644 --- a/README.md +++ b/README.md @@ -69,52 +69,6 @@ To setup the repository locally, follow the steps mentioned below:

(back to top)

-### Installation through Docker - -1. Clone the repo. - -``` - -$ git clone https://github.com/frappe/lms.git - -$ cd lms - -``` - -2. Run docker-compose - -``` - -$ docker-compose up - -``` - -3. Visit the website at [http://localhost:8000/](http://localhost:8000/) - -You'll have to go through the setup wizard to set up the website the first time you access it. Log in using the following credentials to complete the setup wizard. - -``` - -Username: Administrator - -password: admin - -``` - -## [](https://github.com/frappe/lms/blob/main/docker-installation.md#stopping-the-server)Stopping the server - -Press ctrl+c in the terminal to stop the server. You can also run docker-compose down in another terminal to stop it. - -To completely reset the instance, do the following: - -``` - -$ docker-compose down --volumes - -$ docker-compose up - -``` - ## Contributing