Skip to content

beledouxdenis/sprunge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line pastebin for google app-engine, in use at pastesha.re.

Install

  • Install the gcloud CLI.
    • sudo apt install google-cloud-cli google-cloud-cli-app-engine-python
  • Run gcloud init to get started
    • gcloud init
  • Run locally
    • gcloud auth application-default login
    • flask --app main run
  • Deploy for testing
    • gcloud app deploy --no-promote
  • Deploy for production
    • gcloud app deploy

About

command line pastebin for google appengine

Resources

Stars

Watchers

Forks

Languages

  • Python 100.0%