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
Docker Compose (Recommended)
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
- Clone the repository
- Install dependencies
- Configure environment variables
- Run database migrations
- Start the services
[More details coming soon]