From 6cf78a758708b2687440dd98f6f0b3c7b2eaeba9 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 27 Oct 2021 02:04:00 +0600 Subject: [PATCH] v5.3.1.0 Changelog: https://haproxy-wi.org/changelog.py#5_3_1 --- README.md | 15 +++++++++++++-- config_other/requirements_el8.txt | 1 + inc/provisioning.js | 2 ++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d444c23b..0de61f16 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,21 @@ Web interface(user-friendly web GUI, alerting, monitoring and secure) for managi ### Read instruction on the official [site](https://roxy-wi.org/installation.py#rpm) +## DEB + +### Read instruction on the official [site](https://roxy-wi.org/installation.py#deb) + ## Manual install ### Read instruction on the official [site](https://roxy-wi.org/installation.py#manual) # OS support -Roxy-Wi was tested on EL7, EL8 and all scripts too. Debian/Ubuntu OS support at 'beta' stage, may work not correct +Roxy-WI supports the following OSes: +1. EL7(RPM installation and manual installation). It must be "Infrastructure Server" at least. x86_64 only +2. EL8(RPM installation and manual installation). It must be "Infrastructure Server" at least. x86_64 only +3. Amazon Linux 2(RPM installation and manual installation). x86_64 only +4. Ubuntu(DEB installation and manual installation). x86_64 only +5. Other Linux distributions (manual installation only). x86_64 only ![alt text](https://roxy-wi.org/inc/images/smon_dashboard.png "SMON area") @@ -75,7 +84,7 @@ Default Roxy-WI use Sqlite, if you want use MySQL enable in config, and create d ### For MySQL support: -### Read instruction on the official [site](https://roxy-wi.org/settings.py#db_settings) +### Read instruction on the official [site](https://roxy-wi.org/installation.py#database) ![alt text](https://roxy-wi.org/inc/images/roxy-wi-overview.webp "Overview page") @@ -115,3 +124,5 @@ $ ./create_db.py and check executeble py files If you see plain text, check section "Directory" in httpd conf + +[Read more] (https://roxy-wi.org/troubleshooting.py) diff --git a/config_other/requirements_el8.txt b/config_other/requirements_el8.txt index fa9e1a76..4d25233c 100644 --- a/config_other/requirements_el8.txt +++ b/config_other/requirements_el8.txt @@ -6,3 +6,4 @@ paramiko-ng>=2.5.0 slack-sdk>=3.4.0 peewee>=3.14.4 PyMySQL>=1.0.2 +bottle>=0.12.18 \ No newline at end of file diff --git a/inc/provisioning.js b/inc/provisioning.js index 29bc8273..c9ff0ecd 100644 --- a/inc/provisioning.js +++ b/inc/provisioning.js @@ -530,6 +530,7 @@ function awsProvisiningServer() { $('#created-mess').show(); $('#sever-status-'+server_id).text('Created'); $('#server-ip-'+server_id).text(data); + $('#sever-status-'+server_id).css('color', 'var(--green-color)'); add_button_after_server_created(); } } @@ -1705,6 +1706,7 @@ function doProvisiningServer() { $('#created-mess').show(); $('#sever-status-'+server_id).text('Created'); $('#server-ip-'+server_id).text(data); + $('#sever-status-'+server_id).css('color', 'var(--green-color)'); add_do_button_after_server_created(); } }