]> BookStack Code Mirror - website/commitdiff
Removed a bunch of capitals after commas
authorDan Brown <redacted>
Tue, 13 Jul 2021 19:28:17 +0000 (20:28 +0100)
committerDan Brown <redacted>
Tue, 13 Jul 2021 19:28:17 +0000 (20:28 +0100)
content/docs/admin/debugging.md
content/docs/admin/hacking-bookstack.md
content/docs/admin/installation.md
content/docs/admin/multi-instance.md

index 27c5b21abe9612975c7f9c6fb68e74792851c2a8..93699f30403fa8f90511231162bbb012b10e56d2 100644 (file)
@@ -16,7 +16,7 @@ This page details how you can find out more information about errors you may fac
 
 ### Showing Error Details
 
-When using BookStack, Especially when initially setting it up or after updating, you may come across some errors. While we try to reduce these as much as possible and make them helpful sometimes you may come across a bland, non-helpful 'An error has occurred' message. This is to prevent any potentially sensitive information being shown to all users.
+When using BookStack, especially when initially setting it up or after updating, you may come across some errors. While we try to reduce these as much as possible and make them helpful sometimes you may come across a bland, non-helpful 'An error has occurred' message. This is to prevent any potentially sensitive information being shown to all users.
 
 _**NOTE: While debugging is enabled it's possible for users to be able to see private credentials used in the BookStack or server configuration. Ensure debugging is only enabled when your instance is not accessible by others. Remember to disable debugging before restoring user access.**_
 
index 76c70e6ed04bae8d3789aeeaab7ed90fa6c2e2f1..87e4b1217c7c6938d41f4ea84253e405c2dc22b2 100644 (file)
@@ -69,7 +69,7 @@ SVG files placed in a `themes/<theme_name>/icons` folder will override any icons
 
 Folders with PHP translation files placed in a `themes/<theme_name>/lang` folder will override translations defined within the `resources/lang` folder. Custom translations are merged with the original files so you only need to override the select translations you want to override, you don't need to copy the whole original file. Note that you'll need to include the language folder.
 
-As an example, Say I wanted to change 'Search' to 'Find'; Within a `themes/<theme_name>/lang/en/common.php` file I'd set the following:
+As an example, say I wanted to change 'Search' to 'Find'; Within a `themes/<theme_name>/lang/en/common.php` file I'd set the following:
 
 ```php
 <?php
index 178b3ff3300a8ff24b4d3bb32aa544a5ed0ee996..ac31aaf00844d190e0634cc050cf922a4804c63c 100644 (file)
@@ -126,7 +126,7 @@ Community docker setups are available for those that would prefer to use a conta
 
 ## Ubuntu 20.04 Installation Script
 
-A script to install BookStack on a fresh instance of Ubuntu 20.04 is available. This script is ONLY FOR A FRESH OS, It will install Apache, MySQL 8.0 & PHP-7.4 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
+A script to install BookStack on a fresh instance of Ubuntu 20.04 is available. This script is ONLY FOR A FRESH OS, it will install Apache, MySQL 8.0 & PHP-7.4 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
 
 [Link to installation script](https://github.com/BookStackApp/devops/blob/master/scripts/installation-ubuntu-20.04.sh)
 
@@ -152,7 +152,7 @@ sudo ./installation-ubuntu-20.04.sh
 
 ## Ubuntu 18.04 Installation Script
 
-A script to install BookStack on a fresh instance of Ubuntu 18.04 is available. This script is ONLY FOR A FRESH OS, It will install Apache, MySQL 5.7 & PHP-7.2 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
+A script to install BookStack on a fresh instance of Ubuntu 18.04 is available. This script is ONLY FOR A FRESH OS, it will install Apache, MySQL 5.7 & PHP-7.2 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
 
 [Link to installation script](https://github.com/BookStackApp/devops/blob/master/scripts/installation-ubuntu-18.04.sh)
 
@@ -177,7 +177,7 @@ sudo ./installation-ubuntu-18.04.sh
 
 ## Ubuntu 16.04 Installation Script
 
-A script to install BookStack on a fresh instance of Ubuntu 16.04 is available. This script is ONLY FOR A FRESH OS, It will install Nginx, MySQL 5.7 & PHP7 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
+A script to install BookStack on a fresh instance of Ubuntu 16.04 is available. This script is ONLY FOR A FRESH OS, it will install Nginx, MySQL 5.7 & PHP7 and could OVERWRITE any existing web setup on the machine. It also does not set up mail settings or configure system security so you will have to do those separately. You can use the script as a reference if you're installing on a non-fresh machine.
 
 [Link to installation script](https://github.com/BookStackApp/devops/blob/master/scripts/installation-ubuntu-16.04.sh)
 
index 871072b33695a4f4a97869d93be1f436fa22a2db..37e1ea3cb5a39db1e8a20ba50e9dea0d62e28162 100644 (file)
@@ -11,7 +11,7 @@ Currently BookStack does not support multiple instances from one installation bu
 
 To start off you will need to create a database for each BookStack instance. You could share a database between instances using table prefixes but using separate databases allows you to handle them separately when it comes to other operations such as backing up.
 
-For the purposes of continuity in below examples this documentation will detail setting up two instances at the domains `admin-docs.example.com` and `user-docs.example.com`. Before proceeding, Ensure you have your domains set up for all instances you want to create.
+For the purposes of continuity in below examples this documentation will detail setting up two instances at the domains `admin-docs.example.com` and `user-docs.example.com`. Before proceeding, ensure you have your domains set up for all instances you want to create.
 
 Once you have created your databases find somewhere to install BookStack to. Create a folder for each installation. Here are the locations I will use:
 ```
@@ -19,7 +19,7 @@ Once you have created your databases find somewhere to install BookStack to. Cre
 /var/www/admin-docs/
 ```
 
-Follow the standard [installation instructions](/docs/admin/installation) for each instance, Starting by cloning BookStack into each folder you created above.
+Follow the standard [installation instructions](/docs/admin/installation) for each instance, starting by cloning BookStack into each folder you created above.
 
 Once you have setup an installation in each folder you will need to configure your webserver. Follow the instructions for your webserver below:
 
@@ -46,7 +46,7 @@ Virtual host configuration is kept in the `/etc/apache2/sites-available` folder.
 
 Change the `/var/www/user-docs` locations in the configuration above to the location you have installed BookStack at. Also change the `user-docs.example.com` domain to the domain you want this instance to be available at. It should be noted that the above configuration enabled `.htaccess` files so be careful on what you add to the `public/.htaccess` file within you BookStack install.
 
-Once created, You will need to enable each site with the command `sudo a2ensite <config-file-name>`. For example: `sudo a2ensite user-docs.conf`. This simply creates a symbolic link to the configuration file in the `/etc/apache/sites-enabled/` folder which is where apache actually reads from.
+Once created, you will need to enable each site with the command `sudo a2ensite <config-file-name>`. For example: `sudo a2ensite user-docs.conf`. This simply creates a symbolic link to the configuration file in the `/etc/apache/sites-enabled/` folder which is where apache actually reads from.
 
 Once this is done restart apache to reload the configuration. `sudo service apache2 restart`. Both instances should now be accessible at the domains you set up.