mxroute / sprunge

command line pastebin for google appengine

Home Page:https://mxbin.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://mxbin.io/


Languages

Language:Python 100.0%