salvadormrf / vagrant-gae

Vagrant box to run python projects with Google AppEngine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant GAE

Vagrant development box to run Google AppEngine.

Documentation

Install Vagrant & VirtualBox (OSX Instructions)

brew cask install virtualbox
brew cask install vagrant

Run development box

vagrant up  
vagrant ssh  

cd project
make run

Application access

Access website from:

About

Vagrant box to run python projects with Google AppEngine.


Languages

Language:Shell 61.3%Language:Makefile 34.3%Language:Python 4.5%