Skip to content

blinkk/go-linkk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go AppEngine Powered Custom URL Redirection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published