A wiki page built from scratch for all GOT fans built using Jinja 2, bootstrap and google datastore and deployed on google app engine
https://gotwikidemo.appspot.com/
- Google App Engine SDK for Python Download and install instructions
- Clone this repository:
git clone https://github.com/as409/Game_of_thrones_wiki
- Run
dev_appserver.py app.yaml. within the source directory - Go to http://localhost:8080 in your browser
- Browse the application. Any edits to source files should reload the server automatically.
- Create a new project on cloud.google.com
- Run the command
gcloud initand select the desired project - Deploy with
gcloud app deploy app.yaml(See the documentation) in the source directory
