Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 998 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 998 Bytes

Go Linkk

Custom URL redirection on Go AppEngine.

go.blinkk.com/grow --> grow.io

Usage

Requirements

This project requires the following:

  • Grow to build the ui.
  • gcloud to work with AppEngine and deploy.

Initial Setup

After cloning the repository copy the app-example.yaml to app.yaml and update the AUTH_DOMAINS variable to match the domain name for administrators. Multiple domains can be separated by a |.

Generate the UI by running grow install followed by grow build in the ui/ directory. Any time files change in the ui/ directory the grow build command will need to be run for AppEngine development and deployments to pick up the changes.

Deploying

Deploy to an AppEngine project like so:

gcloud app deploy --project=<project-id>

Local Development

Run a local server for development by running:

dev_appserver.py app.yaml