Skip to content

Commit 690cd2e

Browse files
author
R. S. Doiel
committed
setting up an RDM machine via scripting
1 parent 0e5b21e commit 690cd2e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

invenio-rdm-init.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ packages:
1616
- tmux
1717
- curl
1818
- python3
19-
- python3-dev
2019
- python3-pip
21-
- python3-distutils
20+
- python3.9-dev
21+
- python3.9-distutils
22+
- nodejs
2223
- rsync
2324
- nginx
2425
- imagemagick

invenio-rdm-machine.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#
44
# This script generates a "RDM Machine" using Multipass.
55
#
6-
# Multipass is launching a Ubuntu 20.04 LTS machine (focal) as that
6+
# Multipass is launching a Ubuntu 22.04 LTS machine (jammy) as that
77
# works with the current release of RDM (v11). Not sure the specs for
88
# the upcoming v12 release yet (expecting an announcement at
99
# Open Repositories, June, 2024.
1010
#
1111
echo "Launch invenio-rdm"
12-
if ! multipass launch focal \
12+
if ! multipass launch jammy \
1313
--name invenio-rdm \
1414
--memory 8G \
1515
--disk 150G \

0 commit comments

Comments
 (0)