Giter Site home page Giter Site logo

server-configs-gae's Introduction

Google App Engine Server Configs

  1. Install Cloud SDK and select Option 2 - Python and PHP - when prompted about App Engine.
  2. Install App Engine command line interface component of Cloud SDK by executing

gcloud components update app

Your command line tool is all set now.

  1. Copy app.yaml file from this repo into your app build root folder:

curl https://raw.githubusercontent.com/h5bp/server-configs-gae/master/app.yaml > app.yaml

  1. Create a new project in Google Developers Console if you don't have one already, and modify application field in the app.yaml to reflect your Project ID. It is a good idea to look through the rest of app.yaml file in case it needs some adjustments for your specific case.

Also, let gcloud tool know what project you are using by executing:

gcloud config set project my-project-id

  1. You should be all set now. Any time you want to update your website, execute the following command from the root of your app build directory:

gcloud preview app deploy .

It might be a good idea to keep a master version of your app.yaml file and copy it over to the app root directory as the last build step.

Contributing to this project

Anyone and everyone is welcome to contribute, but please take a moment to review the contributing guidelines.

Acknowledgements

Google App Engine Server Configs is only possible thanks to all the awesome contributors!

License

The code is available under the MIT license.

server-configs-gae's People

Contributors

alrra avatar x1ddos avatar ad7six avatar chrismckee avatar paulirish avatar yaph avatar darktable avatar thekondrashov avatar mikealmond avatar necolas avatar

Watchers

Roni avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.