Skip to content

palewire/datasette

Repository files navigation

A Datasette instance hosting public records gathered by palewi.re

Installation

Install the dependencies.

pipenv install
make install_plugins

Create our databases.

make

Launch a local test server

make serve

Deployment

Every push to the main branch is deploy automatically via a GitHub Action. You can do it manually with the following commands.

Login to fly.io

flyctl auth login

Deploy to fly.io

make deploy