home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 350496277

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/157#issuecomment-350496277 https://api.github.com/repos/simonw/datasette/issues/157 350496277 MDEyOklzc3VlQ29tbWVudDM1MDQ5NjI3Nw== 9599 2017-12-09T18:29:41Z 2017-12-09T18:29:41Z OWNER

Example usage:

datasette package --static css:extra-css/ --static js:extra-js/ \
    sf-trees.db --template-dir templates/ --tag sf-trees --branch master

This creates a local Docker image that includes copies of the templates/, extra-css/ and extra-js/ directories. You can then run it like this:

docker run -p 8001:8001 sf-trees

For publishing to Zeit now:

datasette publish now --static css:extra-css/ --static js:extra-js/ \
    sf-trees.db --template-dir templates/ --name sf-trees --branch master

Example: https://sf-trees-wbihszoazc.now.sh/sf-trees-02c8ef1/Street_Tree_List

For publishing to Heroku:

datasette publish heroku --static css:extra-css/ --static js:extra-js/ \
    sf-trees.db --template-dir templates/ --branch master
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
278190321  
Powered by Datasette · Queries took 2.609ms · About: github-to-sqlite