Selfhost
Info
Follow these quick steps to install and spin up the Cursion Platform with a SELFHOST
plan.
- Spin up a linux server running the latest version of Ubuntu (>= 2Gi RAM)
- Using your custom domain, point two sub-domains to your new server:
- Create an
A
record forapp.yourdomain.com
- Create an
A
record forapi.yourdomain.com
- Create an
- SSH into your Ubuntu server as the
root
user - Copy and run the installation script below:
curl -sSL https://cursion.dev/selfhost/install | bash
- Retrieve your Cursion License key (
cursion-license-1234abce...
) from https://app.cursion.dev/account - Follow the script prompts to spin up the services
- Verify your installation by visiting
app.yourdomain.com
&api.yourdomain.com
It may take several minutes to fully spin up the Cursion platform