docker info

This commit is contained in:
Ibnu Maksum 2023-05-31 14:46:58 +07:00
parent f35c591b80
commit 6db447d79f
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -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.