Commit Graph

15 Commits

Author SHA1 Message Date
Jude Nelson
a820032f0e Update the deployment scripts for Blockstack Core, the API server, and the search endpoint
* no more ops script.  All docker images self-initialize
* All docker images have a tini init system
* Updated documentation
2018-08-23 15:56:46 -04:00
Jude Nelson
cd0bc1e89d upgrade docker files to not attempt to install or use the old API daemon 2018-05-04 17:45:58 -04:00
Jude Nelson
975cc55ce5 no longer install blockstack-core when deploying the API. Instead, direct all queries upstream. 2018-05-03 22:11:59 +00:00
Jude Nelson
6979965fd0 remove blockstack-api 2018-04-05 17:40:48 -04:00
Aaron Blankstein
3535d4b601 Merge pull request #727 from blockstack/develop-jz-api-wrap
Update API development instructions
2018-01-26 16:17:14 -05:00
Jack Zampolin
f414a0fa13 Update instructions for running in docker 2018-01-26 11:59:41 -08:00
Aaron Blankstein
363048f1f9 allow absolute path for templates to be set via environment variable. set default cache timeout to 30 minutes 2018-01-26 14:19:33 -05:00
Jack Zampolin
8d8f486296 attempt fix at cron issue 2018-01-22 15:18:01 -08:00
Jack Zampolin
a1dec33552 Add back in the fixtures 2018-01-19 15:24:25 -08:00
Aaron Blankstein
57efa6f160 add search indexing scripts, re-order docker compose so that the indexer starts first (I think this affected the mongo-connection on the search-api container), and run the basic-index refresh on startup of the indexer container 2018-01-18 12:56:15 -05:00
Aaron Blankstein
eb593bb622 add fixture data for the search indexer container 2018-01-18 12:33:52 -05:00
Jack Zampolin
68277d28e3 Fix typo 2018-01-17 15:40:07 -08:00
Jack Zampolin
bd1e041363 Make config.py items configurable via ENV and set sane default values 2018-01-17 15:38:06 -08:00
Aaron Blankstein
4004761b79 fix api/Dockerfile so that it installs blockstack from workdir. add required variable back into config. clear out imports dependent on removed variables. mount tmpdir in api container so that it spawns correctly on linux. 2018-01-17 11:57:28 -05:00
Jack Zampolin
d6bfd83fc9 Begin to disentangle the api 2018-01-16 14:40:49 -08:00