Instructions for installation

    Follow these steps to deploy your Self-hosted Address Collector instance:

  1. Option 1: Quick Deploy (Recommended)
  2. # Run this command:
    
    curl -fsSL https://install.contacthorse.com/install.sh | bash
          
  3. Option 2: Docker Compose
  4. # After payment, you will receive some files in an email alongside your license key.
    # Download these files and place them in a desired folder on the server machine. 
    # Ensure that Docker is installed.
    # From within the folder containing the two files docker-compose.yml and .env, run the following command:
    
    docker-compose up -d
          
  5. Option 3: Manual Setup
          
    1. Clone the repository: git clone git@github.com:contacthorse/forever-app.git
    2. Navigate to directory: cd forever-app
    3. Run setup: ./install.sh

If you need help, please see the FAQ or contact support.