DocsPro Deployment [PRO]

Quick Start - Pro Version

Prerequisites

ServiceDescriptionRegistrationTutorial
GitHubCode hosting platformSign Up ↗View Tutorial
VercelDeployment platformSign Up ↗View Tutorial
PostgreSQLDatabase serviceZeabur ↗ | Neon ↗View Tutorial

💡 If you already have these accounts, you can proceed to the next step

Deployment Steps

1. Prepare Database

  1. Create a PostgreSQL database on Zeabur or Neon.
  2. Get the database connection string (format: postgres://username:password@host:port/database).
  3. Save this connection string for later use in environment variables.

2. Purchase and Enter Email

After purchase, enter your email, and we will send you an invitation email.

3. Join GitHub Organization

  1. Check your email for an invitation from our GitHub organization.
    GitHub Organization Invitation
  2. Click the button in the email to join the GitHub organization.
    Join GitHub Organization

4. Fork Project

  1. Log in to GitHub and visit our organization’s project: Pintree Pro.
  2. Click the Fork button in the upper right corner to fork the project to your account.
    Create Fork

5. Deploy on Vercel

  1. Log in to Vercel with GitHub and select the project you forked to deploy.
    Import Git Repository
  2. Fill in environment variables and click Deploy to start deployment. Wait for completion.
    • DATABASE_URL: Enter the database connection string
    • ADMIN_EMAIL: Administrator email address
    • ADMIN_PASSWORD: Administrator password
    Set Environment Variables
  3. After deployment, visit your website URL to start using Pintree.
    Deployment Process

6. Add Custom Domain

  1. In the Vercel dashboard, select the Add Domain option.
    Add Domain
  2. Enter your custom domain and complete the configuration.
    Domain Configuration
  3. Verify domain settings.
    Domain Verification
  4. Ensure domain configuration is correct at your domain provider.
    Domain Configuration Complete