- 10 Jun, 2016 1 commit
-
-
Michiel De Mey authored
-
- 13 May, 2016 1 commit
-
-
Michiel De Mey authored
This PR adds the ability to execute the installation script non-interactively, useful for automated provisioning scripts such as Chef, Puppet, Ansible, Salt, etc. Simply feed the environment variables into the install script to skip the prompts. For debug and verification purposes, the script will still output the selected config variables. The plus side is that the environment variables also support command substitution (see REDIS_EXECUTABLE). ``` sudo REDIS_PORT=1234 REDIS_CONFIG_FILE=/etc/redis/1234.conf REDIS_LOG_FILE=/var/log/redis_1234.log REDIS_DATA_DIR=/var/lib/redis/1234 REDIS_EXECUTABLE=`command -v redis-server` ./utils/install_server.sh Welcome to the redis service installer This script will help you easily set up a running redis server Selected config: Port : 1234 Config file : /etc/redis/1234.conf Log file : /var/log/redis_1234.log Data dir : /var/lib/redis/1234 Executable : /usr/local/bin/redis-server Cli Executable : /usr/local/bin/redis-cli Copied /tmp/1234.conf => /etc/init.d/redis_1234 Installing service... Successfully added to chkconfig! Successfully added to runlevels 345! Starting Redis server... Installation successful! ```
-
- 07 Aug, 2014 1 commit
-
-
Jan-Erik Rediger authored
This was discovered by _bodya and reported in the IRC channel. Everything worked fine as these scripts are always executed as shell scripts. Closes #1728
-
- 15 Mar, 2014 1 commit
-
-
Jan-Erik Rediger authored
Includes changes from a dozen bug reports and pull requests. Was tested on Ubuntu, Debian and CentOS.
-
- 03 Dec, 2012 1 commit
-
-
Brian J. McManus authored
Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and update-rc.d compatability.
-
- 05 Oct, 2012 1 commit
-
-
dvir volk authored
fixed server install script to rewrite the default configuration file and not a template, and removed the old config template Conflicts: utils/redis.conf.tpl
-
- 04 May, 2012 1 commit
-
-
quiver authored
- PIDFILE environ variable was not properly retrieved - chkconfig command failed
-
- 24 Apr, 2012 1 commit
-
-
antirez authored
-
- 01 Apr, 2012 1 commit
-
-
ThePicard authored
-
- 22 Feb, 2012 1 commit
-
-
antirez authored
-
- 18 Jan, 2012 1 commit
-
-
Brad Voth authored
centos) as well as debian/ubuntu
-
- 04 Oct, 2011 1 commit
-
-
dvir volk authored
-
- 03 Oct, 2011 6 commits
-
-
antirez authored
Revert "Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident." After talking with Pieter he changed my mind about this, it is better to have a simpler install script that works everywhere, and the complex one can be always executed if needed by hand. We'll make possibly a new target for the full featured installation script, and even suggest it after a Make install. This reverts commit f1e60d75.
-
antirez authored
Use the new install script as make install target. Message about install script requiring root changed a bit to make it more evident.
-
dvir volk authored
-
dvir volk authored
-
dvir volk authored
-
dvir volk authored
-