diff --git a/README.md b/README.md index 6fb4ba37..0388e7c7 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ install on new directory composer create-project hotspotbilling/phpnuxbill phpnuxbill ``` -## Manual Installation +### Manual Installation 1. Download project from [Master Branch](https://github.com/hotspotbilling/phpnuxbill/archive/refs/heads/master.zip) or from [Release](https://github.com/hotspotbilling/phpnuxbill/releases) 2. unzip and upload it to server @@ -90,6 +90,10 @@ composer create-project hotspotbilling/phpnuxbill phpnuxbill 7. set [cronjob](https://github.com/hotspotbilling/phpnuxbill/wiki/Cron-Jobs) or scheduller for **system/cron.php** 8. make **config.php** unwriteable (chmod 644) +### Docker installation + +[see this repo](https://github.com/animegasan/phpnuxbill) + ## 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.