datasette publish/package --spatialite, closes #243

New command-line argument which causes SpatiaLite to be installed and
configured for the published Datasette.

	datasette publish now --spatialite mydb.db
This commit is contained in:
Simon Willison 2018-05-31 07:16:50 -07:00
commit b18e451585
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
3 changed files with 25 additions and 2 deletions

View file

@ -179,6 +179,7 @@ This will create a docker image containing both the datasette application and th
--static STATIC MOUNT mountpoint:path-to-directory for serving static
files
--install TEXT Additional packages (e.g. plugins) to install
--spatialite Enable SpatialLite extension
--title TEXT Title for metadata
--license TEXT License label for metadata
--license_url TEXT License URL for metadata
@ -206,6 +207,7 @@ If you have docker installed you can use `datasette package` to create a new Doc
--static STATIC MOUNT mountpoint:path-to-directory for serving static
files
--install TEXT Additional packages (e.g. plugins) to install
--spatialite Enable SpatialLite extension
--title TEXT Title for metadata
--license TEXT License label for metadata
--license_url TEXT License URL for metadata