-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: fengzhibin <[email protected]>
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,18 @@ Ctrip Apollo PHP Client | |
|
||
## 安装(提供两种方式) | ||
第一种基于git仓库运行 | ||
|
||
```bash | ||
git clone [email protected]:fengzhibin/apollo-configd.git | ||
|
||
cd apollo-configd | ||
|
||
composer install -vvvo | ||
php ./bin/apollo-clientd.php --help | ||
``` | ||
|
||
第二种基于phar包运行 | ||
|
||
wget "https://github.com/fengzhibin/apollo-sdk-clientd/releases/download/v1.0.1/apollo-clientd.phar" | ||
php apollo-clientd.phar | ||
```bash | ||
wget "https://github.com/fengzhibin/apollo-sdk-clientd/releases/download/1.0.0/apollo-clientd.phar" | ||
php apollo-clientd.phar --help | ||
``` | ||
|
||
## 简单例子 | ||
```bash | ||
|