9f1930a81e
More more docs ( #4197 )
...
* Updated docs + some small code changes
* Added validating code doc for developers
* Doc updates
* Updates and improvements
2016-08-25 18:40:11 -05:00
8c639aa5a4
PSR2 Cleanup: /html edition
...
Travis tests for code conformance. Ignore warnings for now.
Fixed all errors, left most warnings.
2016-08-18 21:29:30 -05:00
2cf3fe160d
Added a message to tell users that install.php is not the final step
2016-08-05 19:52:22 +01:00
4210d35658
Use the correct closing tag in install.php
2016-08-03 10:06:33 -05:00
c4ffa423a1
Added suggestion to contribute to stats
2016-01-11 21:03:12 +00:00
815a3e72e6
Fixes #2724 -- Added mysqli to install.php if PHP 7
2016-01-10 03:23:34 +05:30
ceb2d15b9d
Fixes #2725 : Wrong suggestion to install PEAR
2016-01-09 22:50:47 +11:00
5806850bce
Soft-Fail if PEAR doesnt exist
2015-10-01 15:20:46 +00:00
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
4cc9482dbe
Added support for specifying user in config and then validating install
2015-09-21 21:06:57 +00:00
8980bbc4e3
Changed config db options from double quotes to single
2015-09-21 13:23:09 +00:00
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
501cf5a6ef
Present all output+errors at the end
2015-09-02 15:30:21 +01:00
574e4c5290
Typo
2015-09-02 15:29:11 +01:00
ca0f9ea2f9
Avoid useless I/O
2015-09-02 15:29:07 +01:00
2fd423f9fc
Revert build.sql
...
Make update.php responsive
2015-09-02 15:29:06 +01:00
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
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
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