forked from syphon1c/dracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.txt
42 lines (25 loc) · 1.29 KB
/
install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
################
# Requirements #
################
The only requirements are:
- Current version of PHP/Apache
- Mysql
- An SMTP relay server (only if you want email alerts)
Tested on ubuntu/debian systems
################
# Installation #
################
1. Place contents of the dracker folder in the webroot, example:
/var/www/dracker/
2. Create a database for Dracker within MySQL. Import the Dracker MySQL dump to create the database:
>mysql -u <dbuser> -p dracker < dracker.sql
3. Configure the Dracker PHP Database connection to reflect your mysql account details, located under (example):
/var/www/dracker/configs/DatabaseConnection.php
There is also another file under the /configs/ directory, EncryptionKey.php. Edit the key before you begin using Dracker. Its really just used to encrypt certain data within the database.
Then you mut also set permissions under the template folder so that the Dracker application can write temporary .doc files to the folder. (chmod)
If all went well you can browse to the newly setup web interface via your browser. The default admin account to login with is:
User: admin
Pwd: admin (Please reset the account immediately)
Enjoy
more details can be found at:
http://infosecscapes.blogspot.com/2013/11/document-tracking-and-tracing.html