Skip to content

Commit 4dac0db

Browse files
committed
build(docker): upgrade cernopendata-portal to 0.11.0
Upgrade CERN Open Data portal version to 0.11.0 and change local development server to use port 8000 in order to avoid conflicts with port 5000 on macOS.
1 parent 26b057b commit 4dac0db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

DEVELOPING.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ follows:
4545
4646
$ git clone https://github.com/cernopendata/opendata.cern.ch
4747
$ git clone https://github.com/cernopendata/cernopendata-portal
48-
$ cd cernopendata-portal && git checkout -B stable v0.2.9
48+
$ cd cernopendata-portal && git checkout -B stable v0.11.0
4949
$ cd ../opendata.cern.ch
5050
$ docker compose pull
5151
$ docker compose up -d
@@ -55,7 +55,7 @@ follows:
5555
5656
This will create a running instance of the CERN Open Data portal with a
5757
relatively empty content. The portal will be accessible locally at
58-
`http://127.0.0.1:500 <http://127.0.0.1:5000>`_.
58+
`http://127.0.0.1:8000 <http://127.0.0.1:8000>`_.
5959

6060
If you would like to stop and delete your local instance, you can do:
6161

@@ -83,8 +83,8 @@ Upload the locally-modified file into your instance:
8383
--mode insert-or-replace \
8484
-f /content/data/records/cms-primary-datasets.json
8585
86-
You can then check your changes at `http://127.0.0.1:500
87-
<http://127.0.0.1:5000>`_.
86+
You can then check your changes at `http://127.0.0.1:8000
87+
<http://127.0.0.1:8000>`_.
8888

8989
Note that you can take advantage of shell scripting if you would like to upload
9090
all experiment records locally, for example for ATLAS:
@@ -160,8 +160,8 @@ using the `fixtures docs` command. Even if you would like to change only the
160160
document content that is living in the associated Markdown files, the document
161161
JSON file is to be uploaded.
162162

163-
You can then check your changes at `http://127.0.0.1:500
164-
<http://127.0.0.1:5000>`_.
163+
You can then check your changes at `http://127.0.0.1:8000
164+
<http://127.0.0.1:8000>`_.
165165

166166
Working with documents: Markdown
167167
================================

docker-compose-override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- TEMPLATES_AUTO_RELOAD=True
3131
command: bash -c "/content/scripts/start-server-debug.sh"
3232
restart: "unless-stopped"
33-
image: registry.cern.ch/cernopendata/cernopendata-portal:0.2.9
33+
image: registry.cern.ch/cernopendata/cernopendata-portal:0.11.0
3434
volumes:
3535
- ../opendata.cern.ch:/content
3636
- ./cernopendata:/code/cernopendata

0 commit comments

Comments
 (0)