Skip to content

realjumy/hestiacp-python-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HestiaCP Python 3 templates

Careful! This is still in development and will probably break your server.

Python templates for HestiaCP.

This project was originally based on the work done by anton-bozhina and refsigregory. However, a new approach has been taken.

Disclaimer

  1. This code comes without warranty of any kind. Please refer to README.md for more details about this and the license to which this software is bounded.
  2. All this is still in experimental stage.
  3. These templates will install application in debug mode and without database connection. Is therefore your responsibility to complete the configuration process and make the app safe.

Requirements

  • HestiaCP
  • Python 3.6.X (you can check your Python version using python3 --version)

I presume it can be adapted to VestaCP after small modifications.

Tested with

  • HestiaCP 1.1.1
  • Ubuntu 18.04
  • Python 3.6.9

If you have tested it with a different version or different distro, feel free to contact me to provide feedback.

Instructions for Ubuntu:

  1. Make sure you have an updated backup of your system and that it can go into maintenance if necessary.
  2. Install pip3, virtualenv, and their dependencies:
sudo apt update
sudo apt install python3-pip virtualenv
python3 -m pip install --upgrade pip
  1. Download the templates to the correct location:
  • Apache2 templates goes into /usr/local/hestia/data/templates/web/apache2/php-fpm/
  • Chage he permissions to .sh files using the command chmod +x *.sh in the /usr/local/hestia/data/templates/web/apache2/php-fpm/ folder.
  • NGINX templates goes into /usr/local/hestia/data/templates/web/nginx/
  1. Activate the template NGINX proxy template

  2. Activate the desired Apache2 template. It is recommended to set the backend template to no-php.

  3. Complete the setup process of the terminal. This includes setting up the database, adding the users, disabling the debug/setting environment to production, modifying the allowed hosts, and so on.

About

Collection of HestiaCP templates for running Python apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published