1<?php
2// (c) Copyright by authors of the Tiki Wiki CMS Groupware Project
3//
4// All Rights Reserved. See copyright.txt for details and a complete list of authors.
5// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
6// $Id$
7
8die('Deprecated: use console.php instead
9
10To update the database:
11php installer/shell.php
12
13has become:
14php console.php -n database:update
15
16
17To re-install the database and erase all data:
18php installer/shell.php install
19
20has become:
21php console.php database:install --force
22
23');
24