dolibarr  16.0.5
install.forced.sample.php
1 <?php
2 /* Copyright (C) 2016 RaphaĆ«l Doursenaud <rdoursenaud@gpcsolutions.fr>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program. If not, see <https://www.gnu.org/licenses/>.
16  */
17 
19 $force_install_nophpinfo = true;
20 
22 $force_install_noedit = 2;
23 
25 $force_install_message = 'Welcome to your Dolibarr install';
26 
28 $force_install_main_data_root = null;
29 
31 $force_install_mainforcehttps = true;
32 
34 $force_install_database = 'dolibarr';
35 
37 $force_install_type = 'mysqli';
38 
40 $force_install_dbserver = 'localhost';
41 
43 $force_install_port = 3306;
44 
46 $force_install_prefix = 'llx_';
47 
49 $force_install_createdatabase = true;
50 
52 $force_install_databaselogin = 'root';
53 
55 $force_install_databasepass = '';
56 
58 $force_install_createuser = false;
59 
61 $force_install_databaserootlogin = 'root';
62 
64 $force_install_databaserootpass = '';
65 
67 $force_install_dolibarrlogin = 'admin';
68 
70 $force_install_lockinstall = true;
71 
73 $force_install_module = 'modSociete,modFournisseur,modFacture';