summaryrefslogtreecommitdiffstats
path: root/installer
AgeCommit message (Collapse)Author
2017-05-28fix for printf %q on all scriptsCosta Tsaousis (ktsaou)
2017-05-28minor improvements to installation scriptsCosta Tsaousis (ktsaou)
2017-05-26give instructions using service or systemctl if they are availableCosta Tsaousis (ktsaou)
2017-04-20Update functions.shNate
2017-04-20Adding amzn-2017.03 to install_non_systemd_initNate
current version of Amazon Linux is 2017.03 which is not handled by install_non_systemd_init so init scripts are not copied into place - just adding the version to install_non_systemd_init, would be easier with regex but that would be a bit more refactoring to use double braces in the test statement.
2017-04-07added Centos 6.6 to the whitelisted distros for installing init.d file; ↵Costa Tsaousis (ktsaou)
fixes #2056
2017-04-02workaround about getent not being availableCosta Tsaousis (ktsaou)
2017-04-02enable starting netdata when there is no service installedCosta Tsaousis (ktsaou)
2017-04-02added Phil patchesCosta Tsaousis (ktsaou)
2017-04-01start netdata on install tooCosta Tsaousis (ktsaou)
2017-04-01show full directory on relative commandsCosta Tsaousis (ktsaou)
2017-03-27move init installation to functions.shCosta Tsaousis (ktsaou)
2017-03-18initialize all colors to allow bash strict modeCosta Tsaousis (ktsaou)
2017-03-04fix minor installer issues on freebsdCosta Tsaousis (ktsaou)
2017-02-12compatibility fixes at the installerCosta Tsaousis (ktsaou)
2017-02-12colorful netdata-installer.sh; splitted certain functions for adding ↵Costa Tsaousis (ktsaou)
makeself; netdata-uninstaller.sh and netdata-updater.sh are now generated even when netdata-installer is called with --dont-start-it