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:
authorOlivier Paroz <oparoz@users.noreply.github.com>2017-09-06 19:32:16 +0300
committerGitHub <noreply@github.com>2017-09-06 19:32:16 +0300
commitff54f32d17d932198dd036c4b030e54d32a4e9c2 (patch)
tree38074766b501797bf403f7769e9c66a736487b60
parent3cf22a3b47ed6de9b186e862558cc7d2ee815c41 (diff)
cronjob.php doesn't exist anymore
-rwxr-xr-xdoc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 55c3996..0e14c0b 100755
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -12,7 +12,7 @@
* 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
+* Add a cronjob that calls replicationcron.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.