Getting Started
Installation
Install Lancer on your cloud provider
Quick Install
Run this command in your terminal:
curl -fsSL https://get.lancer.run | bashInstallation Steps
The installer will guide you through the following steps:
1. Cloud Provider Credentials
Choose how to provide your credentials. For AWS:
- AWS CLI Profile: Select from your configured profiles
- Manual Entry: Enter Access Key ID, Secret Access Key, and region
The installer validates your credentials before proceeding.
2. Admin Account
Create your admin account:
- Email: Your login email
- Password: At least 8 characters
3. Cost Confirmation
Review the estimated monthly cost and confirm to proceed.
4. Deployment
The installer will:
- Create a state storage bucket
- Deploy the foundation infrastructure
- Deploy the Lancer API
- Wait for the API to become healthy
- Create your admin account
This typically takes 5-10 minutes.
5. Success
Once complete, you'll see:
✓ Lancer is ready!
URL: http://your-lancer-instance.example.com
Admin: your@email.com
Happy deploying!Dry Run Mode
To preview what will be created without deploying:
curl -fsSL https://get.lancer.run | bash -s -- --dry-runThis shows all resources that would be created without actually creating them.