Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit a73ce65

Browse files
authored
Update README.md
1 parent 45d4ef7 commit a73ce65

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
---
77

88
<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"/>
1010
</p>
1111

1212
---
@@ -57,9 +57,29 @@ docker run -d \
5757

5858
---
5959

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+
6078
### Web Interface
6179

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

6484
- Default username: `admin`
6585
- Default password: `admin`

0 commit comments

Comments
 (0)