diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 16:15:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 16:15:05 -0700 |
commit | e4d50fca0afc8260bd58e2f5d139d31f54c797e4 (patch) | |
tree | aa8921e82c1e17db306e45f0dcbe7a4f5236da17 | |
parent | fb4a5f87a22ce33bc46a99df800cb239aca47e33 (diff) | |
download | fatcat-e4d50fca0afc8260bd58e2f5d139d31f54c797e4.tar.gz fatcat-e4d50fca0afc8260bd58e2f5d139d31f54c797e4.zip |
rust README: progress
-rw-r--r-- | rust/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rust/README.md b/rust/README.md index c90033d8..0b4e453a 100644 --- a/rust/README.md +++ b/rust/README.md @@ -5,12 +5,12 @@ Rust implementation of fatcat API server (`fatcatd`). - HTTP API - [ ] base32 encoding of UUID identifiers - - [ ] inverse many-to-many helpers (files-by-release, release-by-creator) + - [x] inverse many-to-many helpers (files-by-release, release-by-creator) - SQL Schema - [x] Basic entities - [x] one-to-many and many-to-many entities - [x] JSON(B) "extra" metadata fields - - [ ] full rev1 schema for all entities + - [x] full rev1 schema for all entities - [ ] editgroup review: comments? actions? - Web Interface - [x] Migrate Python codebase @@ -54,9 +54,9 @@ Tests: ## Simple Deployment -On a bare server, as root: +Canonical ansible scripts are in the journal-infra repo. To install manually, +on a bare server, as root: - # TODO: ansiblize this adduser fatcat apt install postgresql-9.6 postgresql-contrib postgresql-client-9.6 \ nginx build-essential git pkg-config libssl-dev libpq-dev \ |