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

Jump to navigation Jump to search
(Created page with "== Possible solutions == There are many manuals and documentations on the web how to create password protected on Google Storage Engine or Amazon S3. Trouble with these servic...")
 
Line 5: Line 5:


== Google App Engine ==
== Google App Engine ==
Let's begin, if you are using Linux, it is pretty straightforward to download and install Google Cloud SDK and install it as standard user (you do not need to be a root). I am using Python App Engine, but in fact there will be no Python programming at all...
<syntaxhighlight lang="bash" line>
curl https://sdk.cloud.google.com | bash
</syntaxhighlight>

Navigation menu