summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJoakim Reinert <mail@jreinert.com>2015-05-21 19:50:10 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-22 12:02:13 +0200
commitcbb4753419746f401afab89e8e8dfc7459bb1c8f (patch)
tree83311b2cabbb96d3baf15595f96d0ab8f99cd34a /INSTALL
parent43b24a5122fea5cbe2a5aade02ab7c36f8f81499 (diff)
Change INSTALL doc to instruct running post-merge hook manually once
This renders running the update database command obsolete (it's already run by the hook)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f7601ae7f..d4f46da45 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,8 +8,6 @@
* Change them to fit your needs
- don't change config.php, use config-local.php to override it when needed
-* run `php index.php tools update_database` to initialize your database
-
* Copy htaccess.txt to .htaccess if you want shorter URLs
(also set "$config['index_page'] = '';" in config-local.php)
@@ -24,3 +22,6 @@
* run `./scripts/install-git-hooks.sh` to install githooks.
This will install hooks to run database migrations and optimize javascript
when necessary on every git pull
+
+* run `./git-hooks/post-merge` to trigger the hook manually once in order to
+ initialize your database and optimize javascript