Install and configure Google App Engine SDK for Python.
- Debian, Ubuntu
- CentOS, Red Hat, Fedora
The only requirement to get app engine working is that you run the following once you first login into your virtual machine or everytime you change your default shell (this is something we are going to try to solve in the future):
vagrant ssh
configure_appengine
source .`basename $SHELL`rc
That will append the necessary path configuration command to your shell config file (.bashrc, .zshrc, or the like).
See attributes/default.rb for more details.
node["gae"]["version"]- Which version of the SDK to install, default is 1.8.0node["gae"]["url"]- URL to download the SDK files, default is Google Servers.node["gae"]["prefix_dir"]- Where to store SDK files in the filesystem, default is/opt
Author:: Anler (anler@floqq.com)
Copyright:: 2013, Floqq innovation SL.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.