Creating HTTPS/SSL password protected site for free using Google AppEngine: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 32: Line 32:


Now there is a simple last step to upload everything you need. It is just pretty straightforward if you follow Google App Engine [https://developers.google.com/appengine/docs/python/gettingstartedpython27/uploading documentation].
Now there is a simple last step to upload everything you need. It is just pretty straightforward if you follow Google App Engine [https://developers.google.com/appengine/docs/python/gettingstartedpython27/uploading documentation].


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 40: Line 39:


Wow, you done it :-) Last thing you need to do is to visit your site. Just type ''https:// _your-application-id_ .appspot.com/myfolder/myfile.html''. That's it. You should be prompted for login if you are not already logged in with your Google Account.
Wow, you done it :-) Last thing you need to do is to visit your site. Just type ''https:// _your-application-id_ .appspot.com/myfolder/myfile.html''. That's it. You should be prompted for login if you are not already logged in with your Google Account.
[[File:Glogin.png|border|You can use your Google Login ID to see your website]]

Navigation menu