Add notes for 2017-04-19

This commit is contained in:
2017-04-19 15:39:19 +03:00
parent 07849b9b13
commit beac46e9db
3 changed files with 35 additions and 8 deletions

View File

@ -238,3 +238,16 @@ $ ansible linode02 -u aorth -b --become-user=postgres -K -m postgresql_user -a '
```
- Need to look into [running this via systemd](https://github.com/puma/puma/blob/master/docs/systemd.md)
- This is interesting for creating runnable commands from `bundle`:
```
$ bundle binstubs puma --path ./sbin
```
## 2017-04-19
- Usman sent another link to their OAI interface, where the country names are now capitalized: https://data.cifor.org/dspace/oai/cgiar?verb=GetRecord&metadataPrefix=dim&identifier=oai:data.cifor.org:11463/947
- Looking at the same item in XMLUI, the countries are not capitalized: https://data.cifor.org/dspace/xmlui/handle/11463/947?show=full
- So it seems he did it in the crosswalk!
- Keep working on Ansible stuff for deploying the CKM REST API
- We can use systemd's `Environment` stuff to pass the database parameters to Rails