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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
animegasan authored May 25, 2023
1 parent 45d4ef7 commit a73ce65
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
---

<p align="center">
<img alt="Logo Banner" src="https://github.com/hotspotbilling/phpnuxbill/blob/master/install/img/logo.png"/>
<img alt="Logo Banner" src="https://raw.githubusercontent.com/animegasan/phpnuxbill/main/src/install/img/logo.png"/>
</p>

---
Expand Down Expand Up @@ -57,9 +57,29 @@ docker run -d \

---

### Install PHPNuxBill
- Open your web browser and visit the url `http://<IP_ADDRESS>:8080/install` to access the PHPNuxBill installer.
- Click Accept & Continue button.
- Click Continue button again.
- Remove all content from the Application URL form.
- Fill in Database Host form with `localhost`.
- Fill in Database Username form with `root`.
- Fill in Database Name form with `phpnuxbill`.
- Click Submit button.
- Click Continue button again.
- Open ssh in docker host.
- Run the command below on docker host to delete the PHPNuxBill installer folder
```bash
docker exec phpnuxbill rm -rf /var/www/html/install
```

---

### Web Interface

Open your web browser and visit the url `http://<IP_ADDRESS>:8080` to have access to the PHPNuxBill's web interface.
Visit the url `http://<IP_ADDRESS>:8080` to have access to the PHPNuxBill's web interface.

And visit the url `http://<IP_ADDRESS>:8080/admin` to have access to the PHPNuxBill's web settings.

- Default username: `admin`
- Default password: `admin`
Expand Down

0 comments on commit a73ce65

Please sign in to comment.