Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.01 KB

datasette-publish.md

File metadata and controls

40 lines (22 loc) · 1.01 KB

Publishing a database to Vercel

First, install both Vercel and the datasette-publish-vercel plugin.

https://vercel.com/docs/cli has documentation for installing the Vercel CLI.

On macOS:

brew install vercel-cli

Or use one of these:

npm i -g vercel

Or:

pnpm i -g vercel

Now run this command to login:

vercel login

Install the plugin:

datasette install datasette-publish-vercel

And deploy the database:

datasette publish vercel /tmp/peps.db --project python-peps

Other publishing options

Datasette can publish to the following providers:

Further deployment options are described in the documentation.