← Back to PaaS options

Deploy to Fly.io

Run these commands in your terminal

1
Install Fly CLI (if needed)
curl -L https://fly.io/install.sh | sh
2
Login to Fly.io
fly auth login
3
Clone and deploy
# Clone the repository
git clone https://github.com/namesreallyblank/sturr.git
cd sturr

# Create the app
fly launch --copy-config --yes

# Create persistent storage
fly volumes create sturr_data --size 10

# Deploy
fly deploy
4
Open your store
fly open
This will open your new Sturr store in the browser. Complete the setup wizard to create your admin account.