54 Commits

Author SHA1 Message Date
Ben Peddell
7112779ef8 Fix typo in Debian and Redhat systemd installs 2015-11-09 17:06:58 +10:00
Ben Peddell
252fa7ca0b Fix /var/log/arktools and arkmanager.cfg ownership 2015-11-04 00:06:21 +10:00
Ben Peddell
1165dc1509 Update installer for new systemd scripts 2015-10-12 06:15:54 +10:00
Fez Vrasta
9bc1f8e417 Merge pull request #224 from klightspeed/1.4-dev#upgradeconfig
Upgrade config file with new options on install
2015-10-08 19:19:16 +02:00
Ben Peddell
b3c79ee964 Upgrade config file with new options on install
Adds new options and removes deprecated options from
ARK Server Tools configuration file
2015-10-07 19:21:46 +10:00
Ben Peddell
e43e1e35cd Add multiple instance control for systemd 2015-10-06 17:16:28 +10:00
Ben Peddell
e6c83245e4 Fix typo in install script 2015-09-30 19:35:45 +10:00
Ben Peddell
fb61e00aee Put uninstaller script into libexec 2015-09-24 23:34:03 +10:00
Ben Peddell
72e0543b6f Use $steamcmd_user instead of $1 when altering new config 2015-09-24 07:35:04 +10:00
Ben Peddell
94eda243bf Fix install.sh
It was modifying arkmanager.cfg, when it should have been modifying
arkmanager.cfg.NEW
2015-09-24 07:28:29 +10:00
Ben Peddell
2a3a2cc1aa Add uninstall scripts 2015-09-18 19:41:43 +10:00
Ben Peddell
f8789764dc Add datadir and dataprefix arguments to install 2015-09-18 19:37:12 +10:00
Ben Peddell
283c04dd81 Add install_bindir and install_libexecdir to config 2015-09-18 19:34:07 +10:00
Ben Peddell
d40d9d9df3 Always write arkmanager.cfg.NEW 2015-09-18 19:25:30 +10:00
Ben Peddell
bfca58c39d Add libexecdir argument to install.sh 2015-09-18 19:22:38 +10:00
Ben Peddell
3977190e7a Use PREFIX for global install 2015-09-18 19:17:49 +10:00
Ben Peddell
b86967c30c Add bindir argument to install.sh 2015-09-18 19:16:09 +10:00
Ben Peddell
f597644d59 Improve install.sh usage message 2015-09-18 19:12:20 +10:00
Ben Peddell
563c34b3f2 Add prefix, exec-prefix and install-root arguments 2015-09-18 19:10:23 +10:00
Ben Peddell
37014ec86d Implement better argument handling in install.sh 2015-09-18 19:06:15 +10:00
Ben Peddell
8568498a17 Fix issue with user-install in install.sh
Install script was putting "me" instead of "--me" into config file
2015-09-18 12:24:10 +10:00
Ben Peddell
f58645cc1a Support special "--me" user-install 2015-08-02 19:26:02 +10:00
Ben Peddell
9313d72a09 Add notes on environment variables affecting install 2015-07-05 22:19:32 +10:00
Ben Peddell
db2af43bab Modify DAEMON variable in systemd init script 2015-07-02 18:19:59 +10:00
Marius Linge
090bf70b11 Includes a copy of the newest config file on installation 2015-06-27 11:56:37 +02:00
Ben Peddell
bcd25812d9 Fix EXECPREFIX modification in systemd install 2015-06-25 21:37:27 +10:00
Ben Peddell
89d7b9889c Use INSTALL_ROOT and EXECPREFIX for systemd 2015-06-25 21:24:32 +10:00
Ben Peddell
9ca3d5f3c5 Add distro-agnostic systemd init script 2015-06-25 21:21:55 +10:00
Ben Peddell
9bfdc8ccba Add RedHat systemd unit 2015-06-25 21:21:48 +10:00
Ben Peddell
b2d5554cf4 Rename arkdaemon.service to arkmanager.service 2015-06-25 21:04:10 +10:00
Ben Peddell
f196df51c6 Copy Debian init script to /usr/libexec/arkmanager 2015-06-25 21:04:06 +10:00
Ben Peddell
7e9e1b05ae Modify config user to match install user 2015-06-25 10:19:38 +10:00
Ben Peddell
0676552a48 Fix typo in init script modification 2015-06-25 10:19:31 +10:00
Sispheor
c860735e0c fix issue #31 and add forceupdate function 2015-06-24 21:33:13 +02:00
Sispheor
13913709d4 add systemd unit file and update install to use it 2015-06-24 20:28:38 +02:00
Ben Peddell
a891e71e75 Add OpenRC init script 2015-06-23 23:53:19 +10:00
Ben Peddell
d44b9e9f67 Add RedHat SysV init script 2015-06-23 23:53:19 +10:00
Ben Peddell
607a3096be Modify DAEMON variable according to EXECPREFIX 2015-06-23 23:52:53 +10:00
Ben Peddell
7ce3118322 Move LSB init script to separate directory 2015-06-23 23:41:46 +10:00
FezVrasta
8d9bbadf5b arkdaemon renamed to arkmanager, so it follows the convention of daemons with same name of their main script 2015-06-23 11:40:55 +02:00
Ben Peddell
c45757c6e0 Merge remote-tracking branch 'origin/dev#1.1' into dev#1.1 2015-06-23 14:49:29 +10:00
Ben Peddell
23ebcaacd4 Use EXECPREFIX and INSTALL_ROOT when installing 2015-06-23 14:47:39 +10:00
Sispheor
7b80d8b89c fix install 2015-06-22 21:44:12 +02:00
Sispheor
8811b6e096 Merge remote-tracking branch 'upstream/master' into dev#1.1
Conflicts:
	tools/install.sh
2015-06-22 20:03:07 +02:00
FezVrasta
c6b9a70066 fixed command to copy configuration 2015-06-22 10:48:34 +02:00
Sispheor
90510534f7 fix test if file exist 2015-06-21 23:24:28 +02:00
Sispheor
6e0d872b48 automatic add to the startup on sysinit system 2015-06-21 21:02:09 +02:00
FezVrasta
fb2110eb24 install and netinstall can now update existing installation 2015-06-21 14:09:51 +02:00
FezVrasta
45e49bd2cf prevent errors while updating script 2015-06-21 13:16:34 +02:00
Sispheor
060ee857e2 add steamcmd user into the main config file 2015-06-21 10:02:06 +02:00