z3ndrag0n / forensicator-fate

Bringing DevOps to Forensics
Apache License 2.0
34 stars 6 forks source link

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

Open z3ndrag0n opened 9 years ago

z3ndrag0n commented 9 years ago

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?);

z3ndrag0n commented 9 years ago

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