diff --git a/content/posts/2018-09.md b/content/posts/2018-09.md index 235a8fb7d..c54f8d6c5 100644 --- a/content/posts/2018-09.md +++ b/content/posts/2018-09.md @@ -198,4 +198,14 @@ X-XSS-Protection: 1; mode=block - I will have to keep an eye on it and perhaps add it to the list of "bad bots" that get rate limited +## 2018-09-12 + +- Merge AReS explorer changes to nginx config and deploy on CGSpace so CodeObia can start testing more +- Re-create my local Docker container for PostgreSQL data, but using a volume for the database data: + +``` +$ sudo docker volume create --name dspacetest_data +$ sudo docker run --name dspacedb -v dspacetest_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine +``` + diff --git a/docs/2018-09/index.html b/docs/2018-09/index.html index ca87f22ef..bc9188129 100644 --- a/docs/2018-09/index.html +++ b/docs/2018-09/index.html @@ -18,7 +18,7 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I " /> - + I will have to keep an eye on it and perhaps add it to the list of “bad bots” that get rate limited +
$ sudo docker volume create --name dspacetest_data
+$ sudo docker run --name dspacedb -v dspacetest_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
+
+
diff --git a/docs/robots.txt b/docs/robots.txt
index 3582866fa..5620a7e3e 100644
--- a/docs/robots.txt
+++ b/docs/robots.txt
@@ -39,7 +39,7 @@ Disallow: /cgspace-notes/2015-12/
Disallow: /cgspace-notes/2015-11/
Disallow: /cgspace-notes/
Disallow: /cgspace-notes/categories/
-Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/tags/notes/
+Disallow: /cgspace-notes/categories/notes/
Disallow: /cgspace-notes/posts/
Disallow: /cgspace-notes/tags/
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 7ec0184c3..ef0b2558f 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -4,7 +4,7 @@