GithubHelp home page GithubHelp logo

momander / cymbal-eats Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 6.0 108.14 MB

License: Apache License 2.0

JavaScript 6.95% Vue 5.42% CSS 0.16% HTML 76.33% Shell 7.75% Dockerfile 0.60% Java 1.43% Go 1.37%

cymbal-eats's People

Contributors

aburhan avatar cgrant avatar crash-ghaun avatar evillgenius75 avatar gitrey avatar matthewmc1 avatar momander avatar veermuchandi avatar wietsevenema avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cymbal-eats's Issues

If us-central1 region is chosen in config-env.sh Appengien fails as no region called us-central1

gcloud app create --region=$REGION

This will fail if the region names are not the same across all services created by the setup.sh file. For everything else the region should be us-central1 but AppEngine only has us-central

Need something like:

...
shopt -s nocasematch
case $REGION in
  us-central1)
export AE_REGION="us-central" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  us-east5 | us-south1)
export AE_REGION="us-east1" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  southamerica-west1)
export AE_REGION="southamerica-east1" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  northamerica-northeast2)
export AE_REGION="northamerica-northeast1" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  europe-west1)
export AE_REGION="europe-west" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  europe-north1 | europe-southwest1 | europe-west4 | europe-west8 | europe-west9)
export AE_REGION="europe-west" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  asia-south2)
export AE_REGION="asia-south1" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  australia-southeast2)
export AE_REGION="australia-southeast1" && echo "$REGION is not an Appengine Region, defaulting to AppEngine region $AE_REGION";;
  *)
export AE_REGION=$REGION && echo "Defaulting to AppEngine region $AE_REGION";;
esac

gcloud app create --region=$AE_REGION
...

Unable to create database using IP

When I run this command

gcloud sql users create $DB_USER
--instance=$DB_HOST \ <--earlier step step DB_HOST to the private IP of the instance.
--password=$DB_PASSWORD

I changed DB_HOST to "menu_catalog" and this step works fine.

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.