2019-07-12 13:19:47 -04:00

36 lines
1.2 KiB
Plaintext

/*! \page install_multiuser_page Setting Up Multi-user Cluster
\section multiuser_install_overview Overview
Autopsy can be setup to work in an environment where multiple users on different computers can have the same case open at the same time. To set up this type of environment, you will need to configure additional (free and open source) network-based services.
The basic concept is that you'll have a central:
- Database
- Keyword search index
- Storage
Each Autopsy client will then use those shared resources instead of the embedded versions that are used for single-user cases.
\image html multi-user-network.png
\section multiuser_install_install Cluster Installation and Configuration
Let's now step through the process of setting up an Autopsy cluster. When you setup the network services, write down the addresses, user names, and passwords for each so that you can more easily configure each of the client systems afterwards.
Step 1: \ref install_multiuser_systems_page
Step 2: \ref install_multiuseruser_page
Step 3: \ref install_multiuser_storage_page
Step 4: \ref install_postgresql_page
Step 5: \ref install_solr_page
Step 6: \ref install_activemq_page
Step 7: \ref install_multiuserclient_page
*/