Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 843 Bytes

File metadata and controls

17 lines (13 loc) · 843 Bytes

python-helloworld

An example Python (flask) application for 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
  4. Create requirements.txt file with this content
  5. Open AutoInstaller > Python and fill this information: example
  6. Click on 'Start Installation' and wait for process to finish.
  7. Test by opening the domain in your browser.

See also nodejs-helloworld