Sign inSign up

nityamvsd/n-invoice

By nityamvsd

Updated over 3 years ago

Dockerized Neo Billing: Efficient invoice management with XAMPP in a container

Image
0

316

nityamvsd/n-invoice repository overview

n-invoice Docker Image

n-invoice is a Docker image based on Linux, XAMPP, and PHP, specifically designed for efficient invoice management with Neo Billing. This image provides a pre-configured environment for running Neo Billing, enabling users to easily deploy and manage their invoices using the power of Docker.

Installation and Usage

Prerequisites

Before getting started, ensure that you have Docker installed on your system.

Step 1: Pull the Docker Image

To begin, pull the n-invoice Docker image from the Docker Hub repository using the following command:

docker pull nityamvsd/n-invoice:latest
Step 2: Create and Run a Container

Create and run a Docker container using the pulled image:

docker run --name n-invoice-container -p 8040:80 -d nityamvsd/n-invoice:latest

This command maps port 8040 of the host machine to port 80 inside the container.

Step 3: Access Neo Billing

Access Neo Billing in your browser by navigating to http://localhost:8040. Scroll down and click "Next" to proceed to the installation process.

Step 4: Pre-Installation Checks

In the pre-installation step, verify that all requirements are met. Click "Next" to continue.

Step 5: Database Configuration

Enter the following database connection details:

  • Database Host: localhost
  • Database User: root
  • Database Password: (leave it empty)
  • Database Name: invoice_db

Click "Next" to proceed.

Step 6: Account Details

Provide your account details for login to the application after installation. Ensure the application URL is correct. Use the default email and password: Email: (your email) Password: 123456 (change it after installation). Optionally, you can add a purchase code or license key as AE8B5-ED893-717F5-8ECD6 or purchase it to support the owner. Click "Finish".

The installation process may take 5-10 minutes. Once completed, refresh the page and log in using your email and the default password (123456). Enjoy using your panel, where you can perform various actions as needed.

Tag summary

Content type

Image

Digest

sha256:39ab5d278

Size

861.5 MB

Last updated

over 3 years ago

docker pull nityamvsd/n-invoice