Skip to content

a13xu/webproxmgr

 
 

Repository files navigation

webproxmgr

Web Proxmox API VE manager ( nginx php7 mariadb )

Requirements:

  mysql_secure_installation                                  /* set root password */
  mysql -u root -p < 20180324.admin.sql                      /* create db scheme for users */
  mysql -u root -p < 20180324.vds.sql                        /* create db scheme for vds deploying */
  CREATE USER 'admin'@'localhost' IDENTIFIED BY 'password';  /* create db admin */
  GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost';        /* grant permissions to db admin */
  FLUSH PRIVILEGES;
PHP modules
apt list --installed | grep php

  php-common php7.0-gd php7.0-json php7.0-mysql php7.0-opcache php7.0-readline php7.0-xml
  php-curl php-fpm php-mysql php7.0-cli php7.0-common php7.0-curl php7.0-fpm 

php -v

  PHP 7.0.28-0ubuntu0.16.04.1
early alpha draft esquisse

alt text

MVP (proof of concept) preview

IMAGE ALT TEXT

License

webproxmgr is licensed under the GPLv3 license.

About

Web Proxmox API VE manager ( nginx php7 mariadb ) for unattended VM installation

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 97.7%
  • CSS 2.2%
  • Hack 0.1%