User Tools

Site Tools


computing:invoiceplane

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:invoiceplane [2019/12/24 07:04] oemb1905computing:invoiceplane [2021/10/31 09:21] (current) oemb1905
Line 11: Line 11:
 ------------------------------------------- -------------------------------------------
  
-This tutorial is for users of Debian who have already established a host with TLS/LAMP and want to create an [[hhttps://github.com/InvoicePlane/InvoicePlane|InvoicePlane]] instance in order to create and send invoices to clients.  If you have not yet completed TLS/LAMP, however, please begin with [[https://wiki.jonathanhaack.com/doku.php?id=computing:apachesurvival|ApacheSurvival]].  Okay, once you have that set up, download invoice plane and place it in the web server root for the desired virtual host:+This tutorial is for users of Debian who have already established a host with TLS/LAMP and want to create an [[hhttps://github.com/InvoicePlane/InvoicePlane|InvoicePlane]] instance in order to create and send invoices to clients.  If you have not yet completed TLS/LAMP, however, please begin with [[https://wiki.haacksnetworking.com/doku.php?id=computing:apachesurvival|ApacheSurvival]].  Okay, once you have that set up, download invoice plane and place it in the web server root for the desired virtual host:
  
   cd /var/www/site1.com/   cd /var/www/site1.com/
Line 37: Line 37:
  
   mysql -u root -p   mysql -u root -p
-  CREATE DATABASE invoiceplane; +  CREATE DATABASE invoiceplane; 
-  CREATE USER ipuser@localhost IDENTIFIED BY 'put-password-here'; +  CREATE USER ipuser@localhost IDENTIFIED BY 'put-password-here'; 
-  GRANT ALL PRIVILEGES ON invoiceplane.* to ipuser@localhost IDENTIFIED BY 'put-password-here'; +  GRANT ALL PRIVILEGES ON invoiceplane.* to ipuser@localhost IDENTIFIED BY 'put-password-here'; 
-  FLUSH PRIVILEGES; +  FLUSH PRIVILEGES; 
-  EXIT;+  EXIT;
      
 Now, navigate to the website and enter in your database credentials using the web-based installer: Now, navigate to the website and enter in your database credentials using the web-based installer:
computing/invoiceplane.txt · Last modified: 2021/10/31 09:21 by oemb1905