what is the meaning of this " # if you're adding the shell to your own app, change this regex url to the URL # endpoint where you want the shell to run, e.g. /shell . You'll also probably # want to add login: admin to restrict to admins only. - url: /.* script: shell.application secure: always "
On Sun, Jan 19, 2020 at 6:38 PM Oscar Benjamin <[email protected]> wrote: > If you install google cloud SDK and clone the sympy live repo you can > run it locally with: > > ../../google-cloud-sdk/bin/dev_appserver.py . > > (i.e. run this command in the root of the sympy-live repo and give the > path to the dev_appserver.py script) > > Then go to a browser and open localhost:8080 > > That should work with the app.yml as it is in sympy-live master. > However that app.yaml will not work on google cloud. I have a PR that > reverses that situation: > https://github.com/sympy/sympy-live/pull/139 > After merging that PR sympy live will not work locally but will work > when pushed to google. > > > On Sun, 19 Jan 2020 at 12:59, James . <[email protected]> wrote: > > > > Hi everyone, > > If anyone using sympy live shell on their local machine and on gae pls > help me I have followed each and everystep on docs but I still couldn't > figure out the problem . > > If anyone using shell succesfully pls send me their app.yaml file > > I have been trying on Google to solve this problem from 2 days but still > couldn't solve . > > > > On Sat, Jan 18, 2020, 01:21 James . <[email protected]> wrote: > >> > >> working now above things, but at this link > https://github.com/sympy/sympy-live this command " > ../google_appengine/dev_appserver.py" giving error > > > > -- > > You received this message because you are subscribed to the Google > Groups "sympy" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAHvhkMR-_aKx%3Dh-bHb8L8wRu1z-mkZbqVG0bYVvA4opwO8Wn6Q%40mail.gmail.com > . > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAHVvXxSRemob5KnZEvq39Luv9tQKtQRtR4qxA4opfuX0W9sKPA%40mail.gmail.com > . > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHvhkMRWJkF%2BOMN2RFHhBYu%2BZwnjEKH1mEr-0O6OGHHMB7y06Q%40mail.gmail.com.
