Skip to content

Commit

Permalink
update readme with configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Prawee Wongsa committed Dec 23, 2017
1 parent 1e6bcc0 commit 91712ea
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# yii2-gae-api
Create RESTful for deploy on Google App Engine with Yii2
Create RESTful for deploy on Google App Engine <b>(Standard Environment)</b> with Yii2

### Support
1. reponse both xml and json format
Expand All @@ -15,12 +15,18 @@ $ composer install
```

### Configuration
Update environment variable for your local
```bash
# update environment variable for your local
$ cp .env.dist .env
# update environment variable for your GAE
```

Update environment variable for your GAE
```bash
$ cp app.yaml.dist app.yaml
# update configure on your local
$ cp cron.yaml.dist cron.yaml
```
Update configure on your local
```bash
$ cp config/main-local.php.dist config/main-local.php
```

Expand Down

0 comments on commit 91712ea

Please sign in to comment.