Run SolidInvoice - Open Source Invoicing Software - in Docker @i12bretro
Run SolidInvoice - Open Source Invoicing Software - in Docker  @i12bretro
Uploaded April 2024 | Updated September 2026, 2 weeks ago
#SolidInvoice #Invoicing #Docker

Full steps can be found at i12bretro.github.io/tutorials/0909.html

--------------------------------------------------------------------
What is SolidInvoice?
--------------------------------------------------------------------
SolidInvoice is a sophisticated open-source invoicing application designed to assist small businesses and freelancers in efficiently managing their daily billing operations. With its comprehensive range of features, this elegant online platform ensures that you receive timely payments. - github.com/SolidInvoice/SolidInvoice
 
--------------------------------------------------------------------
Installing Docker
--------------------------------------------------------------------
   01. Log into the Linux based device
   02. Run the following commands in the terminal
         # install prerequisites
         sudo apt install apt-transport-https ca-certificates curl software-properties-common gnupg-agent -y
         # add docker gpg key
         curl -fsSL download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release)/gpg | sudo apt-key add -
         # add docker software repository
         sudo add-apt-repository "deb [arch=$(dpkg --print-architecture)] download.docker.com/linux/$(awk -F'=' '/^ID=/{ print $NF }' /etc/os-release) $(lsb_release -cs) stable"
         # install docker
         sudo apt install docker-ce docker-compose containerd.io -y
         # enable and start docker service
         sudo systemctl enable docker && sudo systemctl start docker
         # add the current user to the docker group
         sudo usermod -aG docker $USER
         # reauthenticate for the new group membership to take effect
         su - $USER
 
--------------------------------------------------------------------
Running SolidInvoice
--------------------------------------------------------------------
   01. Now that Docker is installed, run the following commands to setup the SolidInvoice Docker container and run it
         # create working directories
         mkdir ~/docker/mariadb -p
         # set owner of working directories
         sudo chown "$USER":"$USER" ~/docker -R
         # run the mariadb docker container
         docker run -d --name mariadb -e MYSQL_ROOT_PASSWORD=r00tp@ss -e MYSQL_USER=solidinvoice_rw -e MYSQL_PASSWORD=SolidInv0ic3! -e MYSQL_DATABASE=solidinvoice -v ~/docker/mariadb:/var/lib/mysql --restart=unless-stopped mariadb:latest
         # run the solidinvoice docker container
         docker run -d --name solidinvoice --link mariadb:solidinvoice -e DB_PASSWORD=SolidInv0ic3! -e DB_USER=solidinvoice_rw -p 8080:80 --restart=unless-stopped solidinvoice/solidinvoice
   02. Open a web browser and navigate to http://DNSorIP:8080
   03. Click the Next button at the lower right corner of the System Requirements page
   04. Complete the Database settings as follows:
         Driver: Mysql
         Host: mariadb
         Port: 3306
         User: solidinvoice_rw
         Password: SolidInv0ic3!
         Database Name: solidinvoice
   05. Click Next
   06. After the database schema is created successfully ≫ Click Next
   07. Click the Log In Now button
   08. Login with the admin credentials created earlier
   09. Enter a Company Name and select the default currency ≫ Click Create
   10. Welcome to SolidInvoice
 
Documentation:  hub.docker.com/r/solidinvoice/solidinvoice
 


### Connect with me and others ###
★ Discord: discord.com/invite/EzenvmSHW8
★ Reddit: reddit.com/r/i12bretro
★ Twitter: twitter.com/i12bretro
Run SolidInvoice - Open Source Invoicing Software - in DockerRaspberry Pi 4 vs Intel Celeron N3060Install Web Based Download Utility with Aria2 WebUI on WindowsHost Your Own Hoppscotch - Browser Based Open Source Alternative to PostmanInstall Raspberry Pi OS on the Microsoft Surface RT TabletInstall FreshRSS - RSS Feed Aggregator - on WindowsRunning Virtual Machines on Debian/Ubuntu using QEMU, libvirt and Virt ManagerInstall GitLab   GitHub Alternative on Raspberry PiSetup FTP File Transfers To/From SteamDeckInstall Zammad on Linux [Opensource Helpdesk Ticketing System]Run Mealie - Recipe Tracker and Meal Planner - in DockerInstall Organizr - A Homelab Services Organizer/Dashboard - on Linux
i12bretro |

Run SolidInvoice - Open Source Invoicing Software - in Docker

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER