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

Jump to navigation Jump to search
Line 7: Line 7:
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...
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>
<syntaxhighlight lang="bash">
curl https://sdk.cloud.google.com | bash
curl https://sdk.cloud.google.com | bash
</syntaxhighlight>
</syntaxhighlight>
Next thing you need to do is create a project at [https://console.developers.google.com/project Google Cloud Console]. It is pretty straigtforward, after you will choose project name you will get a new Project ID (please remember it or write it down, you will need it later in this tutorial).

Navigation menu