An open API service indexing awesome lists of open source software.

https://github.com/stefanpejcic/python-helloworld

An example Python (flask) application for OpenPanel
https://github.com/stefanpejcic/python-helloworld

flask helloworld openpanel python python-hello-world

Last synced: 10 days ago
JSON representation

An example Python (flask) application for OpenPanel

Awesome Lists containing this project

README

          

# python-helloworld
An example Python (flask) application for [OpenPanel](https://github.com/stefanpejcic/OpenPanel)

### Usage

1. Add domain in OpenPanel
2. Navigate to **FileManager** and open the domain folder (docroot)
3. Create `app.py` file with [this content](https://raw.githubusercontent.com/stefanpejcic/python-helloworld/refs/heads/main/app.py)
4. Create `requirements.txt` file with [this content](https://raw.githubusercontent.com/stefanpejcic/python-helloworld/refs/heads/main/requirements.txt)
5. Open **AutoInstaller > Python** and fill this information:
![example](https://i.postimg.cc/D2Z3DNdW/example-python-settings.png)
6. Click on 'Start Installation' and wait for process to finish.
7. Test by opening the domain in your browser.

---

See also [nodejs-helloworld](https://github.com/stefanpejcic/nodejs-helloworld)