This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:invoiceplane [2019/12/24 07:02] – oemb1905 | computing: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:// | + | This tutorial is for users of Debian who have already established a host with TLS/LAMP and want to create an [[hhttps:// |
| cd / | cd / | ||
| Line 37: | Line 37: | ||
| mysql -u root -p | mysql -u root -p | ||
| - | | + | CREATE DATABASE invoiceplane; |
| - | | + | CREATE USER ipuser@localhost IDENTIFIED BY ' |
| - | | + | GRANT ALL PRIVILEGES ON invoiceplane.* to ipuser@localhost IDENTIFIED BY ' |
| - | | + | FLUSH PRIVILEGES; |
| - | | + | 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: | ||
| Line 84: | Line 84: | ||
| pass: demopassword | pass: demopassword | ||
| | | ||
| - | After logging in, **immediately change** your credentials and log back out and in again. | + | After logging in, **immediately change** your credentials and log back out and in again. |
| --- // | --- // | ||
| | | ||