Skip to content

Ubuntu 14.04 Installation Guide

Chris King edited this page Oct 14, 2017 · 3 revisions

FiercePhish

As of FiercePhish v1.2.0, Ubuntu 14.04 is not officially supported. This is purely due to the version of PHP that is in the repositories of Ubuntu 14.04 is too outdated. FiercePhish requires PHP >= 5.6.4 and that is really the only thing that needs to be installed for it to work on Ubuntu 14.04.

Install PHP 7.0 on Ubuntu 14.04

apt-get install -y language-pack-en-base
LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
apt-get update

To install FiercePhish

  1. Run:
apt-get -y install apache2 php7.0 php7.0-cli mysql-server php7.0-mysql libapache2-mod-php7.0 php7.0-mcrypt php7.0-imap php7.0-gd php7.0-mbstring php7.0-xml phpunit npm unzip git curl supervisor
  1. Follow the manual installation instructions aside from the first command of step #1