
WebUI for AAA
कॉपीराइट (C) 2003-2021 Young Consulting, Inc
यह प्रोग्राम निःशुल्क सॉफ़्टवेयर है; आप इसे GNU General Public License की शर्तों के तहत पुनर्वितरित और/या संशोधित कर सकते हैं, जैसा कि Free Software Foundation द्वारा प्रकाशित किया गया है; लाइसेंस के संस्करण 2, या (आपके विकल्प पर) कोई भी बाद का संस्करण।
यह प्रोग्राम इस उम्मीद में वितरित किया जाता है कि यह उपयोगी होगा, लेकिन बिना किसी वारंटी के; यहां तक कि व्यापारिक योग्यता या किसी विशेष उद्देश्य के लिए उपयुक्तता की निहित वारंटी के बिना भी। अधिक जानकारी के लिए GNU General Public License देखें।
आपको इस प्रोग्राम के साथ GNU General Public License की एक प्रति प्राप्त करनी चाहिए थी; यदि नहीं, तो Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA को लिखें।
Application: WebUI
Author: Andrew Young ([email protected])
Date: 01.03.2009
Scope: This document describes how to setup the application.
Requirements:
1) Apache Web server (2.x or above is recommended)
2) PHP (4.2 or above is recommended)
3) MariaDB (10 or above is recommended)
Installation:
First time:
1) Install Apache Web server with PHP mnd MySQL modules.
2) Install MariaDB.
3) Unpack webui in main web document location (/var/www/html).
# tar xzf webui_v1.8bx.x.tar.gz
4) Create database.
# mysql -u root < tac_plus.sql
Upgrade:
1) Copy config.php to /tmp/config.php.old
2) Copy company logo from [webui directory]/images to /tmp
3) Remove all files under current webui directory.
4) Unpack webui in current webui directory.
# tar xfz webui_v1.8bx.x.tar.gz
5) Update database.
# mysql -u root < tac_plus_upgrade.sql
6) Copy company logo from /tmp to [webui directory]/cust
7) If redundant DB, take the information from /tmp/config.php and update [webui directory]/cust/db_config.json
8) Log into new webui. Go to System and configure your way.