Skip to main content

Installation

Install anchorpipe in your environment.

Prerequisites

  • Node.js 20.0 or higher
  • PostgreSQL 16+ (for production)
  • Redis (for rate limiting and caching)

Installation Methods

The easiest way to get started is using Docker Compose:

git clone https://github.com/anchorpipe/anchorpipe.git
cd anchorpipe
docker-compose up -d

Manual Installation

  1. Clone the repository
  2. Install dependencies
  3. Configure environment variables
  4. Run database migrations
  5. Start the services

[More details coming soon]

Next Steps