You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/13 14:00:59 UTC

[apisix-dashboard] 01/01: feat(Doc): added deploy doc for docker

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feat-doc-docker
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git

commit e18b55857be64e90f40f180b23efa5167b46e26b
Author: juzhiyuan <ju...@apache.org>
AuthorDate: Thu Aug 13 22:00:39 2020 +0800

    feat(Doc): added deploy doc for docker
---
 compose/README.md | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/compose/README.md b/compose/README.md
index ef2bf96..2d6eab2 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -17,4 +17,21 @@
 #
 -->
 
-This folder stores the `docker-compose` file for `manager-api`.
\ No newline at end of file
+# docker-compose
+
+This folder stores the `docker-compose` file for `manager-api`.
+
+## Deploy
+
+1. Run docker-compose
+
+```sh
+$ cd apisix-dashboard/compose
+
+$ sh gen-config-yaml.sh
+
+# For most users in China, please use some proxy services like https://www.daocloud.io/mirror to speed up your Docker images pulling.
+$ docker-compose -p dashboard up -d
+```
+
+2. Visit `http://127.0.0.1/dashboard/` in the browser, and input the manager api `http://127.0.0.1:8080/apisix/admin` in the Setting page.