directory
Version:
v0.0.0-...-228c668
Opens a new window with list of versions in this module.
Published: Aug 18, 2021
License: MIT
Opens a new window with license information.
README
¶
buying a domain
https://domains.google/#/
- install google appengine
- configure environment PATH variables
- google cloud developer console
- create a project
- get the project ID
- set your go version in the app.yaml file
runtime: go113
handlers:
- url: /.*
script: auto
secure: always
- deploy to that project. update --project with your project-id
gcloud app deploy app.yaml --project=<YOUR_PROJECT_ID> -v 1
my example:
gcloud app deploy --project temp-137512
example
http://temp-145415.appspot.com/
change DNS info at google domains
point your domain to your appengine project
Directories
¶
Click to show internal directories.
Click to hide internal directories.