SoftwareSecurity2013/Group 1/Setup FluxBB

Uit Werkplaats
Ga naar: navigatie, zoeken

Installation

For (exploit) testing purposes, follow the steps below to get a VM with FluxBB up and running.

  • Install Ubuntu 13.04 (x64) in VirtualBox/VMWare
  • In terminal, run the following commands:
sudo apt-get update
sudo apt-get install php5 mysql-server php5-mysql
  • The MySQL-server package will ask you for a root password, just make up something and remember it.
  • Download FluxBB 1.4.5 and extract it somewhere
  • Change directory to the extracted folder
  • Run the following command (note the capital S):
php -S 0:8000