Skip to content
Chris Kankiewicz edited this page Apr 2, 2014 · 11 revisions

Installation Instructions

Clone the repo

$ git clone [email protected]:PHX2600/charlie-tango-foxtrot.git /path/to/SpookiLeaks

CD to the app

$ cd /path/to/SpookiLeaks

Install dependencies

$ php composer.phar install

Copy config files

$ cp Config/core.php.default Config/core.php # Change any settings necessary
$ cp Config/database.php.default Config/database.php # Modify your database credentials

Set flag contents and file permissions

$ nano Docs/flag.txt
$ sudo chown root:root Docs/flag.txt
$ sudo chmod 600 Docs/flag.txt

Other things

  • Set up a vhost
Clone this wiki locally