1
0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-09-19 15:42:58 +00:00

changed documentation

This commit is contained in:
Martin Thielecke 2017-12-30 00:03:00 +00:00
parent d82a98b157
commit f065445f66

View File

@ -93,10 +93,10 @@ Example: redis+tcp://auth:mypass@redis.example.com:6379/5?prefix=cloudkeys::
## Install on Google App Engine ## Install on Google App Engine
1. Remove the vendor folder and Dockerfile, and get the current libraries 1. Prepare the repository for GAE environment and get the current libraries
``` ```
$ rm -r vendor && rm Dockerfile && go get -v -u ./... $ make prepare-gae-deploy && go get -v -u ./...
``` ```
2. Create app.yaml and set the correct settings 2. Create app.yaml and set the correct settings