Deploying with Google App Engine Launcher

117 views
Skip to first unread message

Oscar GamingCentral

unread,
Nov 20, 2015, 1:12:49 AM11/20/15
to Google App Engine
Hi!
I succeeded in getting "get a value" / "store a value" to run on my own machine (localhost),
but when I try to deploy an web page on my own pc starts up, so it get not deployed externally
to mynewname.appspot.com...

Any ideas why this happens and how to get deployed externally so it will be available public?
thanks for help.

Patrice (Cloud Platform Support)

unread,
Nov 20, 2015, 10:09:21 AM11/20/15
to Google App Engine
Hi Oscar, 

Do you mind showing the error you're getting, and what you're running? I'm unclear on the phrasing you're using.

In general, there are other tools you can use to deploy though, from gcloud to appcfg.py. What language are you coding in?

Cheers!

Oscar GamingCentral

unread,
Nov 21, 2015, 5:53:07 AM11/21/15
to google-a...@googlegroups.com
on of the problems is there is no error message after deploy, it just seems that no deploy/upload has happened.
I'm just trying to follow the instructions at the given link in order to make a very primitive webservice that saves and get data.
This is the slightly modified: app.yaml:
application: aarhus8210h
version: 1
runtime: python27
api_version: 1
threadsafe: true

libraries:
- name: django
  version: "1.2"

handlers:
- url: /images
  static_dir: images

- url: .*
  script: main.app


----

When I go to appengine.google.com, looking on the list of applications, then my application  aarhus8210h has status "None deployed".
The webservice is needed for a simple beginner program, coding mobile app for Android phones whitout coding.

I'm not familar with the tools you mention. I just would like to continue the app development, but I'm stuck with these web service problems.

thanks for support!


--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/vDrsrvNMngY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/54b6da34-c9d3-4391-812f-2ce81528bef0%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Oscar GamingCentral

unread,
Nov 21, 2015, 6:11:28 AM11/21/15
to google-a...@googlegroups.com
your tip with appcfg.py helped, I finally succeeded!
Great thank you....!

2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) <pvout...@google.com>:

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/vDrsrvNMngY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.

Patrice (Cloud Platform Support)

unread,
Nov 23, 2015, 9:34:51 AM11/23/15
to Google App Engine
Hey Oscar,

Happy that it fixed it. Feel free to open new thread if you have other issues :). Keep in mind that normally for simple "how to" questions, we suggest StackOverflow (where we do monitor and answer questions about the platform). I would also suggest you keep in mind our issue tracker, where you can report defects and file feature requests.

Cheers!

On Saturday, November 21, 2015 at 6:11:28 AM UTC-5, Oscar GamingCentral wrote:
your tip with appcfg.py helped, I finally succeeded!
Great thank you....!
2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) <pvout...@google.com>:
Hi Oscar, 

Do you mind showing the error you're getting, and what you're running? I'm unclear on the phrasing you're using.

In general, there are other tools you can use to deploy though, from gcloud to appcfg.py. What language are you coding in?

Cheers!

On Friday, November 20, 2015 at 1:12:49 AM UTC-5, Oscar GamingCentral wrote:
Hi!
I succeeded in getting "get a value" / "store a value" to run on my own machine (localhost),
but when I try to deploy an web page on my own pc starts up, so it get not deployed externally
to mynewname.appspot.com...

Any ideas why this happens and how to get deployed externally so it will be available public?
thanks for help.

--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/vDrsrvNMngY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages