8000 GitHub - mxroute/sprunge: command line pastebin for google appengine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

command line pastebin for google appengine

Notifications You must be signed in to change notification settings

mxroute/sprunge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line pastebin for google app-engine, in use at mxbin.io. Based on work by beledouxdenis.

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0