From b58215eecc70c22961b86e9d589ef67e37de5016 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Wed, 14 Dec 2022 15:56:29 +0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3bcb023..a5ec691 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,39 @@ -Some documentation \ No newline at end of file +Some documentation + + +## System Requirements + +Most current web servers with PHP & MySQL installed will be capable of running PHPNuxBill + +Minimum Requirements + +- Linux or Windows OS +- PHP Version 7.2+ +- Both PDO & MySQLi Support +- GD2 Image Library +- CURL support +- MySQL Version 4.1.x and above + +can be Installed in Raspberry Pi Device. + +The problem with windows is hard to set cronjob, better Linux + +## Installation + +clone this repository or download zip or release + +1. Rename **pages_template** to **pages** +2. Rename **config.sample.php** to **config.php** and make it writeable (chmod 777) +3. make writeable folder **ui/cache/** and **ui/compiled** +4. Open web and run installation +5. set [cronjob](https://github.com/hotspotbilling/phpnuxbill/wiki/Cron-Jobs) or scheduller for **system/cron.php** +6. make **config.php** unwriteable (chmod 644) + + +## UPDGRADE + +for old version, below Version 6, backup **system/config.php**, delete all file except folder **pages**, upload all new files, put **config.php** in root folder (not in system folder), got to folder **/install** and run Update. + +for version 6 above, just replace all files, using filezilla can choose overwrite if different file size or time. + +or git pull if you use git clone \ No newline at end of file