z3ndrag0n / forensicator-fate

Bringing DevOps to Forensics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installer script issues with bootstrapped SIFT (on Ubuntu 14.04 LTS)

z3ndrag0n opened this issue · comments

  1. assumes sansforensics user exists (which unless you installed Ubuntu with that user, it doesn't, as the bootstrap script doesn't create it);
  2. Ubuntu 14.04 has a heap of jerkins-related packages, just not one for jenkins (though some of the other packages reference it - another source?);

Update to 2)
jenkins was removed, as per https://bugs.launchpad.net/ubuntu/+source/jenkins/+bug/1294005.
Fix (as per https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu):
wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install jenkins