Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwyark/generator-pygae
A Yeoman scaffolding tool for Google App Engine with Python
https://github.com/cwyark/generator-pygae
Last synced: 9 days ago
JSON representation
A Yeoman scaffolding tool for Google App Engine with Python
- Host: GitHub
- URL: https://github.com/cwyark/generator-pygae
- Owner: cwyark
- Created: 2014-10-07T13:51:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T02:54:23.000Z (over 9 years ago)
- Last Synced: 2023-02-26T09:11:55.942Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generator-pygae #
*version: v0.0.3*
>It's a [Yeoman](http://yeoman.io) generator to help you to rapidly build a Google App Engine based on Python language.
## Getting Started ##
### How to install Yeoman? ###
First of all, please install [npm](https://npmjs.org) whcih is a Node Packaging tool. And alsoyou have to install `Nodejs`.
Then there only one step to install Yeoman.
```bash
npm install -g yo
```### How to install generator-pygae ###
So far, the only way to install generator-pygae is from github, run:
```bash
git clone https://github.com/cwyark/generator-pygae.gitcd generator-pygae
npm link
```Finally, initiate the generator:
```bash
yo google-pygae
```### How to activate google app engine server ? ###
You can first download and install the [_gcloud_](https://cloud.google.com/sdk/).
Install the requirements for python environment.
```bash
gcloud components update pkg-python app gae-python preview app-engine-python
```Then, run the server
```bash
gcloud preview app run app.yaml
```## License
MIT