We are launching v2: only $99 during beta phase.

DirectoryStack Logo Light Mode

You are currently viewing the v2 documentation.
You can view the v1 documentation here.

Installation

We made it super easy for you to push the pre-defined database schema to Supabase. Just follow these steps starting with connecting Supabase with our local development project:

  1. Install Supabase CLI:
  2. Login:
    • Run npx supabase login and follow the prompts.
  3. Link Your Project:
    • Run npx supabase link and select your project.
    • Provide your database password when prompted. It might give you a WARNING: You can safely ignore the warning that the 'local config differs from linked project.' Supabase will update some files based on your linked project.
  4. Push Migrations:
    • Execute npx supabase db push --linked --include-seed.
    • Confirm by answering Y to push the migrations and seed.
  5. Verify:
    • Check your tables via the Table Editor.
    • Verify your storage buckets via the Storage Buckets.
    • If any tables or buckets are missing, copy the SQL from the /supabase folder (files like YYYYMMDD_core_structure.sql and seed.sql) into the SQL Editor.

Interested in kickstarting your directory business?

Get the latest news, guides and changelog updates straight to your inbox.

By signing up, you agree to our Privacy Policy