Skip to content

sevano/SetupInvoiceNinjaUbuntu20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Setup Invoice Ninja for Ubuntu 20

Installation

cd /home/ wget https://raw.githubusercontent.com/sevano/SetupInvoiceNinjaUbuntu20/main/install.sh chmod 755 install.sh ./install

1)You will need to give a database password which u want to setup during the installation

2)You will need a assign A record to the server ip on your domain as example hello.com or inv.hello.com and this will automaticly generate ssl with letsencrypt for that domain.

3)database part is not automated so you will need to do that manually.

mysql -u root -p
create database ninjadb;
create user 'ninjadb'@'localhost' identified by 'YOUR_NINJADB_DB_PASS';
grant all privileges on ninjadb.* to 'ninjadb'@'localhost';
flush privileges;

go on your browser to https://Your_Domain/setup | setup you need to do 2 times

This installation is quick made for the people who can't install invoiceninja 5.

About

Setup Invoice Ninja for Ubuntu 20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages