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

Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
We are slowly moving forward to the end. Now you need to create a folder anywhere called e.g. ''My Project''. Under this folder create a next folder with your files, e.g. ''myfolder'' and put your static files (web albums, web mirrors, whatever you need under it) there. In your main folder (e.g. ''My Project'' or whatever you used earlier) create the following file called ''app.yaml''.
We are slowly moving forward to the end. Now you need to create a folder anywhere called e.g. ''My Project''. Under this folder create a next folder with your files, e.g. ''myfolder'' and put your static files (web albums, web mirrors, whatever you need under it) there. In your main folder (e.g. ''My Project'' or whatever you used earlier) create the following file called ''app.yaml''.


<syntaxhighlight>
<syntaxhighlight lang="text">
application: ''your-application-id''
application: ''your-application-id''
version: 0-1-test
version: 0-1-test

Navigation menu