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/06/15 04:13:39 UTC

[incubator-apisix-dashboard] branch next updated: feat: update RESDME for compose

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

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


The following commit(s) were added to refs/heads/next by this push:
     new 290e32d  feat: update RESDME for compose
290e32d is described below

commit 290e32dcd250e003205d7dfa6081597b286e3935
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Mon Jun 15 12:13:11 2020 +0800

    feat: update RESDME for compose
---
 .gitignore        | 4 ++++
 compose/README.md | 9 +++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 40b08dc..9caa192 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,7 @@ screenshot
 .eslintcache
 
 build
+
+/compose/**/*.log
+/compose/**/nginx.pid
+/compose/etcd_data
\ No newline at end of file
diff --git a/compose/README.md b/compose/README.md
index 61aada3..2f1b18e 100644
--- a/compose/README.md
+++ b/compose/README.md
@@ -1,8 +1,13 @@
-### Run
+## Deploy
 
-```
+```sh
+$ cd apisix-dashboard/compose
 
 $ chmod +x ./manager_conf/build.sh
 
 $ docker-compose -p dashboard up -d
 ```
+
+## Usage
+
+1. You could find the API Key `admin_key` under the `/compose/apisix_conf/config.yaml` file.