a8f0d91aae
Fixed the connection settings being incorrect
2015-08-15 17:33:41 +00:00
0737722cb8
Merge pull request #1667 from miken32/master
...
changes needed to run under a web server subdirectory
2015-08-14 15:05:29 +01:00
409b2efd17
Merge pull request #1647 from laf/issue-12-new
...
Added mysqli support
2015-08-12 22:06:09 +02:00
f77c712bfc
changes needed to run under web server subdirectory
2015-08-11 14:54:05 -07:00
945ca7f2ea
Revert "changes needed to run under web server subdirectory"
2015-08-11 21:25:23 +01:00
1b6b57b593
Merge pull request #1645 from miken32/master
...
changes needed to run under web server subdirectory
2015-08-11 18:32:53 +01:00
5d3701e3a6
Update install.php
...
spelling
2015-08-11 08:39:14 +10:00
880cccf57b
Added some docs, update config.php.default and web installer to use mysqli by default
2015-08-09 14:36:31 +00:00
cc0f449fc9
changes needed to run under web server subdirectory
2015-08-07 11:10:43 -07:00
021ada79cf
Fixed web installer + made the mysql import message stronger
2015-08-07 16:15:56 +00:00
d8693f05ae
Fix coding style part 2
2015-07-15 11:04:22 +02:00
9ef8f49636
Fix PHP5.3 error
2015-06-15 18:03:16 +00:00
afded4f6d2
Minor fixes in html/install.php
2015-06-09 16:12:53 +00:00
bdca04563c
Add logic to handle the case where config.php cannot be written for some reason
2015-05-11 00:48:38 +03:00
ed0218dba7
Uncommented second
...
$install_dir = array_pop($cur_dir);
line. Issue was happening because nginx doesn't add a trailing slash to DOCUMENT_ROOT. Simple change to nginx configuration adds that so no need to edit the code here.
Fixed conflict with AUTHORS.md
2015-05-11 00:09:14 +03:00
6e27d888c3
Update install.php to prevent creating an empty config.php file
...
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2015-05-10 16:40:38 +03:00
05ec4d0145
Updated installer
2015-04-30 11:35:43 +01:00
3f0ec58844
Fixed issues with using web installer due to variable name change
2014-10-18 18:21:04 +00:00
bcb6d1443d
Installation into any directory now auto detected
2014-06-25 00:36:16 +01:00
e78a824e0a
Updated install.php to only use existing DB connection for 2 stages
2014-02-27 23:10:24 +00:00
fbc9178d1d
New web based installer to simplify installation install.php will now redirect and exit if config.php exists
...
Updated install docs
2014-02-02 15:05:29 +00:00