Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 529 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 529 Bytes

gae-go-starter

Required Install

How to use

Install

// Required package download
$ make dev

// MySQL start
$ make docker/build
$ make docker/start

// Create Database
$ make db/init 

local run

$ make local

Deploy

first time

$ goapp deploy -application "project-name here" ./app
or
$ make deploy

※You can use shortcuts by rewriting the Makefile