diff --git a/README.md b/README.md index c5b2d483..f31b0d55 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Username: demo@demo | Password: demo

- About + About · - Docs + Docs · Forum · @@ -51,7 +51,7 @@ - On top of the technical day to day, you also have to take care of the financial side of the business - consistent pricing, quotes/invoicing, and accounting. ### The Solution: ITFlow -- ITFlow consolidates common MSP needs (documentation, ticketing, and accounting) into one system +- ITFlow consolidates common MSP needs (IT Documentation, ticketing and billing) into one system ### In Beta * This project is in beta with many ongoing changes. Updates may unintentionally introduce bugs/security issues. @@ -85,7 +85,7 @@ ## Getting Started / Installation -ITFlow is self-hosted. There is a full installation guide in the [docs](https://wiki.itflow.org/doku.php?id=wiki:installation), but the main steps are: +ITFlow is self-hosted. There is a full installation guide in the [docs](https://docs.itflow.org/installation), but the main steps are: 1. Install a LAMP stack (Linux, Apache, MariaDB, PHP) ```sh @@ -125,7 +125,7 @@ For help using ITFlow, feature requests, and general ideas / discussions please For bugs, please raise an [issue](https://github.com/itflow-org/itflow/issues). ### Contributing -If you are able to make a contribution that would make ITFlow better, please fork the repo and create a pull request. Please make sure you're following our [code standards](https://wiki.itflow.org/doku.php?id=wiki:code_standards). +If you are able to make a contribution that would make ITFlow better, please fork the repo and create a pull request. Please make sure you're following our [code standards](https://docs.itflow.org/code_standards). For large changes / new features, please discuss the issue with other contributors first. #### Contributors diff --git a/setup.php b/setup.php index 96c399ef..e467ae70 100644 --- a/setup.php +++ b/setup.php @@ -1485,7 +1485,7 @@ if (isset($_POST['add_telemetry'])) {
-

Housekeeping: Post installation, a few additional steps are required

+

Housekeeping: Post installation, a few additional steps are required


@@ -1512,7 +1512,7 @@ if (isset($_POST['add_telemetry'])) { Warning: config.php is not writable. Ensure the webserver process has write access (chmod/chown). Check the docs for info."; + echo "
Warning: config.php is not writable. Ensure the webserver process has write access (chmod/chown). Check the docs for info.
"; } else { // Else, able to write. Tidy up unlink("config.php");