f0o
5806850bce
Soft-Fail if PEAR doesnt exist
2015-10-01 15:20:46 +00:00
Daniel Preussker
939218865b
Merge pull request #1956 from laf/user-validation
...
Add config option for librenms user + validate.php support
2015-09-22 18:09:28 +00:00
laf
4cc9482dbe
Added support for specifying user in config and then validating install
2015-09-21 21:06:57 +00:00
laf
8980bbc4e3
Changed config db options from double quotes to single
2015-09-21 13:23:09 +00:00
f0o
9ca926b9c6
SQLs are performed up to an execution time of 45s, then a page reload is induced to avoid fcgi/cgi/modphp timeouts.
2015-09-02 15:30:51 +01:00
f0o
501cf5a6ef
Present all output+errors at the end
2015-09-02 15:30:21 +01:00
f0o
574e4c5290
Typo
2015-09-02 15:29:11 +01:00
f0o
ca0f9ea2f9
Avoid useless I/O
2015-09-02 15:29:07 +01:00
f0o
2fd423f9fc
Revert build.sql
...
Make update.php responsive
2015-09-02 15:29:06 +01:00
f0o
19059412da
Make installer more responsive
...
Update each schema in update.php after applying
Packaged new build.sql bundling all updates up to 067
2015-09-02 15:29:02 +01:00
f0o
87677eabeb
Use the persistent MySQL connections in install and build-base
...
Share mysql-connection from install to build-base
2015-09-02 15:28:54 +01:00
laf
a8f0d91aae
Fixed the connection settings being incorrect
2015-08-15 17:33:41 +00:00
Neil Lathwood
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
Daniel Preussker
409b2efd17
Merge pull request #1647 from laf/issue-12-new
...
Added mysqli support
2015-08-12 22:06:09 +02:00
Michael Newton
f77c712bfc
changes needed to run under web server subdirectory
2015-08-11 14:54:05 -07:00
Neil Lathwood
945ca7f2ea
Revert "changes needed to run under web server subdirectory"
2015-08-11 21:25:23 +01:00
Neil Lathwood
1b6b57b593
Merge pull request #1645 from miken32/master
...
changes needed to run under web server subdirectory
2015-08-11 18:32:53 +01:00
Paul Gear
5d3701e3a6
Update install.php
...
spelling
2015-08-11 08:39:14 +10:00
laf
880cccf57b
Added some docs, update config.php.default and web installer to use mysqli by default
2015-08-09 14:36:31 +00:00
Michael Newton
cc0f449fc9
changes needed to run under web server subdirectory
2015-08-07 11:10:43 -07:00
laf
021ada79cf
Fixed web installer + made the mysql import message stronger
2015-08-07 16:15:56 +00:00
Job Snijders
d8693f05ae
Fix coding style part 2
2015-07-15 11:04:22 +02:00
f0o
9ef8f49636
Fix PHP5.3 error
2015-06-15 18:03:16 +00:00
f0o
afded4f6d2
Minor fixes in html/install.php
2015-06-09 16:12:53 +00:00
Mohammad Al-Shami
bdca04563c
Add logic to handle the case where config.php cannot be written for some reason
2015-05-11 00:48:38 +03:00
Mohammad Al-Shami
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
Mohammad H. Al-Shami
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
laf
05ec4d0145
Updated installer
2015-04-30 11:35:43 +01:00
Neil Lathwood
3f0ec58844
Fixed issues with using web installer due to variable name change
2014-10-18 18:21:04 +00:00
laf
bcb6d1443d
Installation into any directory now auto detected
2014-06-25 00:36:16 +01:00
laf
e78a824e0a
Updated install.php to only use existing DB connection for 2 stages
2014-02-27 23:10:24 +00:00
laf
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