Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2017-05-23 11:47:40 +0300
committerGitHub <noreply@github.com>2017-05-23 11:47:40 +0300
commit8dfb9026298cc0d802e8d1a334c87614f67c5780 (patch)
treef802c90c710b1c4a3b124a98dc52808f5bfae64c
parentf96d578869b5ec08a56d45b4cc2912ffa1ec4f2d (diff)
parent34dd6b541086acf2a8cd4e5459eac4dafa95173f (diff)
Merge pull request #12 from nextcloud/jasonbayton-patch-1production
typos
-rwxr-xr-xdoc/installation.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 47077eb..55c3996 100755
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -8,10 +8,10 @@
## Installation
* Setup an Apache SSL/TLS vhost
-* Put the content of the server subfolder in the vhost root.
-* Create a lookup MySQL database. User the mysql.dmp for that.
-* Create a config.php and adapt the settings. config.sample.php can be used as a template.
-* Make sure that the config folder is not accessible from the internet by configure Apache to respect the .htaccess
+* Put the contents of the server subfolder in the vhost root.
+* Create a lookup MySQL database. Use the mysql.dmp for that.
+* Create a config.php file and adapt the settings. config.sample.php can be used as a template.
+* Make sure the config folder is not accessible from the internet by configuring Apache to respect the .htaccess
* Add a cronjob that calls cronjob.php every few minutes. Recommended is 10min
* Configure an automatic backup of the mysql database and the vhost folder.
* Test the installation by executing the example curl commands listed in the architecture.md file.
@@ -22,5 +22,5 @@
* It is recommended to activate the logfile and monitor the activity at the beginning to make sure everything works
* There is an additional replication logfile. This should also be monitored to make sure everything works
* Regular Backups are strongly recommended
-* github.com/nextcloud/lookup-server should be checked regulary to make sure that all securit updates are installed
+* github.com/nextcloud/lookup-server should be checked regulary to make sure all security updates are installed