legal contact rss
 

using Autopsy with a central repository and multiuser

1. Enabling a CentralRepository

apt install postgresql

vi /etc/postgresql/10/main/postgresql.conf

-> listen_addresses = '*'

vi /etc/postgresql/10/main/pg_hba.conf

-> host all all [xxx.xxx.xxx..0]/24 md5
-> host all all [xxx.xxx..0.0]/16 md5

service postgresql restart

su - postgres
psql
\password potgress
[passowrd]
\q
exit

 

2. Enabling the MultiUser capability

Continue seetiting up solr on your server

cd /opt
wget http://www-eu.apache.org/dist/lucene/solr/7.7.0/solr-7.7.0.tgz
tar -xvzf solr-7.7.0.tgz
cd solr-7.7.0/
cd bin
./install_solr_service.sh /opt/solr-7.7.0.tgz

Continue setting up activemq on your server

apt install activemq
service activemq status
cd /etc/activemq/
cd instances-enabled/
ln -s main /etc/activemq/instances-available/main/
update-rc.d activemq enable
update-rc.d postgresql enable
update-rc.d solr enable

Within Autopsy add the below data according to your setup.

enhance autopsy with the MD5 hashes from clamav

See create clamav hash set for autopsy