| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Google App Engine-based blog application
Clone the repo or download the source as a zipped file and unzip it to a folder
If you're using the GAE GUI - NoCommandLine, then follow the steps to add an existing project i.e.
a. File > Add Existing Application
b. In the Application Path, use the file widget to navigate to the folder from bullet 'a' and select the app.yaml file
c. Provide a new name for your App
d. Click the 'Add' button
e. Open main.py and update the port number to the value auto generated by NoCommandLine (the value in the 'Port' Column)
f. Finally, click the 'Run' icon. This will install the requirements from the requirements.txt file and start the App.
If you're not using the GAE GUI - NoCommandLine
a. Open a terminal window
b. Change directory to the folder where you unzipped the project i.e. $cd <project_path>
c. Create and activate a virtual env
d. Install the requirements
e. Run the app using the command - python main.py
| Back | FazBrowse Home | New Git URL |