🔰Getting Started with JovianX
Table of Content
1. Create and upload the application blueprint
git clone [email protected]:jovian-x/hello-world-saas-app.gitStep 1 - Review application manifest:
cat hello-world-saas-app/jovianx.yaml# JovianX API Compatibility
# v1
jovianx_api_version: v1
# Name of this SaaS application
# string
application_name: hello-world-app
# version of this JovianX blueprint
# semantic versioning
version: 1.0.0
...Step 2 - Create application blueprint archive
Step 3 - Push the application blueprint to JovianX

2. Setup a subscription plan
Create a plan:



3.Basic settings


4. Create a customer account

Last updated