This repository was archived by the owner on Feb 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 6
6
---
7
7
8
8
<p align =" center " >
9
- <img alt =" Logo Banner " src =" https://github. com/hotspotbilling /phpnuxbill/blob/master /install/img/logo.png " />
9
+ <img alt =" Logo Banner " src =" https://raw.githubusercontent. com/animegasan /phpnuxbill/main/src /install/img/logo.png " />
10
10
</p >
11
11
12
12
---
@@ -57,9 +57,29 @@ docker run -d \
57
57
58
58
---
59
59
60
+ ### Install PHPNuxBill
61
+ - Open your web browser and visit the url ` http://<IP_ADDRESS>:8080/install ` to access the PHPNuxBill installer.
62
+ - Click Accept & Continue button.
63
+ - Click Continue button again.
64
+ - Remove all content from the Application URL form.
65
+ - Fill in Database Host form with ` localhost ` .
66
+ - Fill in Database Username form with ` root ` .
67
+ - Fill in Database Name form with ` phpnuxbill ` .
68
+ - Click Submit button.
69
+ - Click Continue button again.
70
+ - Open ssh in docker host.
71
+ - Run the command below on docker host to delete the PHPNuxBill installer folder
72
+ ``` bash
73
+ docker exec phpnuxbill rm -rf /var/www/html/install
74
+ ```
75
+
76
+ ---
77
+
60
78
### Web Interface
61
79
62
- Open your web browser and visit the url ` http://<IP_ADDRESS>:8080 ` to have access to the PHPNuxBill's web interface.
80
+ Visit the url ` http://<IP_ADDRESS>:8080 ` to have access to the PHPNuxBill's web interface.
81
+
82
+ And visit the url ` http://<IP_ADDRESS>:8080/admin ` to have access to the PHPNuxBill's web settings.
63
83
64
84
- Default username: ` admin `
65
85
- Default password: ` admin `
You can’t perform that action at this time.
0 commit comments