Getting Started#

This guide will help you get up and running with Graphcap. Follow these steps in order to set up and start using the system.

Quick Start#

  1. Run the setup script to configure your environment:

    task setup
    
  2. Change the values for the following environment variables to ensure that your installation is secure:

  • POSTGRES_USER

  • POSTGRES_PASSWORD

  • ENCRYPTION_KEY

  1. Configure Docker settings if needed (see Docker Override)

  2. Start the services:

    task start
    
  3. Visit localhost:32200 to access the web interface

System Requirements#

For detailed instructions on each component, follow the guides in the table of contents above.