Update notes

This commit is contained in:
2017-11-14 17:19:22 +02:00
parent 1758011b36
commit 9af2195af4
4 changed files with 16 additions and 14 deletions

View File

@ -38,7 +38,7 @@ COPY 54701
<meta property="article:published_time" content="2017-11-02T09:37:54&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-14T13:29:25&#43;02:00"/>
<meta property="article:modified_time" content="2017-11-14T16:21:38&#43;02:00"/>
@ -86,9 +86,9 @@ COPY 54701
"@type": "BlogPosting",
"headline": "November, 2017",
"url": "https://alanorth.github.io/cgspace-notes/2017-11/",
"wordCount": "3683",
"wordCount": "3696",
"datePublished": "2017-11-02T09:37:54&#43;02:00",
"dateModified": "2017-11-14T13:29:25&#43;02:00",
"dateModified": "2017-11-14T16:21:38&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -863,6 +863,7 @@ dspace6=# CREATE EXTENSION pgcrypto;
<ul>
<li>Also, local settings are no longer in <code>build.properties</code>, they are now in <code>local.cfg</code></li>
<li>I&rsquo;m not sure if we can use separate profiles like we did before with <code>mvn -Denv=blah</code> to use blah.properties</li>
<li>It seems we need to use &ldquo;system properties&rdquo; to override settings, ie: <code>-Ddspace.dir=/Users/aorth/dspace7</code></li>
</ul>