Giter Club home page Giter Club logo

appengine-symfony-starter-project's Introduction

This repository contains a Symfony app for Google App Engine, based off the Symfony Standard Edition.

Installation

Install this via composer. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command to create this project:

composer create-project google/appengine-symfony-starter-project:@dev

Set Up

To run the starter app, complete the following steps:

  1. create a cloud storage bucket for your App Engine project.
  2. open app.yaml and change YOUR_GCS_BUCKET_NAME to the name of the bucket you created.
  3. open php.ini and change YOUR_GCS_BUCKET_NAME to the name of the bucket you created.

Deployment

Deploy to your AppEngine instance:

gcloud app deploy

You can also run this locally using the app-engine

See also the Symfony Hello World tutorial

Troubleshooting

  1. If Composer fails to download the dependencies, make sure that your local PHP installation satisfies Composer's system requirements. Specifically, cURL support is required.

  2. If you see errors about missing the default Cloud Storage bucket, follow the cloud integration instructions to create a default bucket for your project.

  3. It may be useful to clear the cache. You can do this by issuing a GET request to https://YOUR_PROJECT_NAME.appspot.com/clear_cache.php. You will be promoted for authentication, and then the script will delete symfony's cache from your Cloud Storage Bucket.

Contributing

Have a patch that will benefit this project? Awesome! Follow these steps to have it accepted.

  1. Please sign our Contributor License Agreement.
  2. Fork this Git repository and make your changes.
  3. Create a Pull Request
  4. Incorporate review feedback to your changes.
  5. Accepted!

License

All files in this repository are under the MIT License unless noted otherwise.

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.