mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2017-11-14
This commit is contained in:
@ -630,3 +630,13 @@ Server: nginx
|
||||
- Deploy some nginx configuration updates to CGSpace
|
||||
- They had been waiting on a branch for a few months and I think I just forgot about them
|
||||
- I have been running them on DSpace Test for a few days and haven't seen any issues there
|
||||
- Started testing DSpace 6.2 and a few things have changed
|
||||
- Now PostgreSQL needs `pgcrypto`:
|
||||
|
||||
```
|
||||
$ psql dspace6
|
||||
dspace6=# CREATE EXTENSION pgcrypto;
|
||||
```
|
||||
|
||||
- Also, local settings are no longer in `build.properties`, they are now in `local.cfg`
|
||||
- I'm not sure if we can use separate profiles like we did before with `mvn -Denv=blah` to use blah.properties
|
||||
|
Reference in New Issue
Block a user