Quick Start Guide
Get up and running with ScallerFox in 10 minutes. Deploy your first application, provision a database, and set up storage.
What You'll Need
- A ScallerFox account (Sign up here)
- A GitHub repository with your application code
- Sufficient account balance (top up from the Billing page)
Create Account & Top Up Balance
Sign up at ScallerFox, then add credit to your account. All charges are deducted from your prepaid balance every 5 minutes based on actual usage.
Tip: Start with Rp 100,000-200,000 for your first app. Deployment packages start at Rp 30K/month for the Starter tier.
Connect Your GitHub Repository
ScallerFox deploys directly from GitHub. You'll need a GitHub Personal Access Token (PAT) with repo access.
- Go to GitHub → Settings → Developer Settings → Personal Access Tokens → Tokens (classic)
- Generate new token with
reposcope enabled - Copy the token
- In ScallerFox dashboard, go to Git PATs and add your token
- Go to Repositories and add your repository URL
Create an Application
Navigate to Applications and click "Create Application". Fill in the details:
Deploy Your Application
Click "Deploy Now" to trigger your first deployment. ScallerFox will:
- Clone your GitHub repository
- Detect and run your build command (Node.js, Python, Go, Ruby, PHP, or custom)
- Build a Docker container image using kaniko
- Push the image to our private container registry
- Deploy to Kubernetes with rolling update strategy
- Configure HTTPS with automatic SSL certificates
Note: First deployment may take 2-5 minutes. Subsequent deployments are faster.
Monitor & Set Up Auto-Deploy
After deployment, monitor your app from the dashboard. Enable webhook to auto-deploy on every push.
Build Logs
Real-time stage-by-stage build output via WebSocket
Metrics
CPU, memory, network charts from Prometheus
Topology
Live pod visualization in your Kubernetes cluster