mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-23 15:07:19 +08:00
docker info
This commit is contained in:
parent
f35c591b80
commit
6db447d79f
1 changed files with 5 additions and 1 deletions
|
@ -79,7 +79,7 @@ install on new directory
|
||||||
composer create-project hotspotbilling/phpnuxbill phpnuxbill
|
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)
|
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
|
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**
|
7. set [cronjob](https://github.com/hotspotbilling/phpnuxbill/wiki/Cron-Jobs) or scheduller for **system/cron.php**
|
||||||
8. make **config.php** unwriteable (chmod 644)
|
8. make **config.php** unwriteable (chmod 644)
|
||||||
|
|
||||||
|
### Docker installation
|
||||||
|
|
||||||
|
[see this repo](https://github.com/animegasan/phpnuxbill)
|
||||||
|
|
||||||
## UPDGRADE
|
## 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 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.
|
||||||
|
|
Loading…
Reference in a new issue