tony-blake / MultiUserBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiUserBlog

Project can be viewed live at https://anothercatalog.appspot.com

Steps to get blog up and running

Install Python (https://www.python.org/downloads/) if necessary.

Install Google App Engine SDK (https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python

Sign Up for a Google App Engine Account (https://console.cloud.google.com/appengine/).

Create a new project in Google’s Developer Console (https://console.cloud.google.com/) using a unique name.

Clone this repo and cd into directory

To view project on local host (http://localhost:8080) run dev_appserver.py app.yaml

To deploy project on Google Cloud run gcloud app deploy app.yaml index.yaml

About


Languages

Language:Python 78.2%Language:HTML 20.9%Language:CSS 0.9%