]> git.evergreen-ils.org Git - working/random.git/commit
installer_installer.sh
authorJason Etheridge <jason@esilibrary.com>
Tue, 6 Aug 2013 20:47:25 +0000 (16:47 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 6 Aug 2013 20:47:25 +0000 (16:47 -0400)
commit7c6b1121de761bae1b88312ac9ef56f7047e9ba5
treec1db6529bac77c8df9dc4cea08b2374229749bdc
parentb5dbac9b85a78c0cd2fa5b36adb12becb583c851
installer_installer.sh

So with a minimal wheezy install that has sudo and NOPASSWD: for the target user
in /etc/sudoers, you can run installer_installer.sh to bootstrap things further.

I'm doing something like this from outside my wheezy install:

scp installer_installer.sh esi@192.168.2.112:/home/esi/
ssh esi@192.168.2.112 /home/esi/installer_installer.sh

This commit also adds  make livecheck  for src/perlmods to the -t action.

Signed-off-by: Jason Etheridge <phasefx@vubuntufx.(none)>
installer/wheezy/eg_wheezy_installer.sh
installer/wheezy/installer_installer.sh [new file with mode: 0755]