Commit f1fc93eb authored by 0Tyler's avatar 0Tyler

readme update

parent 0239f0e2
......@@ -9,8 +9,16 @@ $ mvn appengine:devserver
```
for a local development server instance.
## Intellij 啟動與偵錯
https://cloud.google.com/code/docs/intellij/deploy-local
## intellij 設定
1. 首先確認intellij是 Ultimate版本, java JDK 8
2. [Cloud APIs](https://cloud.google.com/code/docs/intellij/create-standard) 先安裝
1. 注意 使用 Cloud Trace API 可能要連接google才會顯示Enable API (裡面不管選哪一個project都可以)
2. Cloud Pub/Sub也是
3. 前往 /File/Project Strcuture/Modules + 一個 google App Engine Standard
4. 前往 Edit Configuration 新增一個Google App Engine Standard Local Server
5. 前往 Tool/Cloud Code/App Engine/Run on a local App Engine Standard Dev Server
6. Artifact to deploy 一定要選擇 war檔案 否則一直都會是叉叉
7. 記得設定 [Add environment variables](https://cloud.google.com/code/docs/intellij/deploy-local)
## 各流程呼叫API順序
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment