Video coming soon…
📒 Setup Bigcapital — Self-Hosted Double-Entry Accounting
Deploy Bigcapital on Ubuntu with Docker — an open-source, double-entry accounting platform with proper financial reports, invoicing, and inventory, backed by MariaDB, MongoDB, and Redis, on port 8315.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/bigcapital/bigcapital-ubuntu.sh
chmod +x bigcapital-ubuntu.sh
./bigcapital-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/accounting/bigcapital/bigcapital-ubuntu.sh
2 Make it Executable
chmod +x bigcapital-ubuntu.sh
3 Run the Installer
./bigcapital-ubuntu.sh
4 Open Bigcapital and Set Up Your Organization
http://your-server-ip:8315
Ports Used
| Port | Purpose |
|---|---|
| 8315 | Bigcapital web app (mapped from container port 80) |
| 3306 | MariaDB — internal to the Docker network, not exposed |
| 27017 | MongoDB — internal to the Docker network, not exposed |
| 6379 | Redis — internal to the Docker network, not exposed |