Skip to content

Commit 03501da

Browse files
authored
Update readme files 2024 oct (#643)
* Move optional steps for testing VMs out of README.md file This may help avoid new users being confused that they must follow those instructions. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Update README at top level and in all vm directories to point to Ubuntu 24.04 since that is the only one that is still tested regularly. Signed-off-by: Andy Fingerhut <andy.fingerhut@gmail.com> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> Signed-off-by: Andy Fingerhut <andy.fingerhut@gmail.com>
1 parent 585ac0c commit 03501da

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ virtual machine or install several dependencies.
106106
3. Navigate to the cloned directory :
107107

108108
```
109-
cd vm-ubuntu-20.04
109+
cd vm-ubuntu-24.04
110110
```
111111
4. Start the virtual machine using Vagrant:
112112
```
113-
vagrant up
113+
vagrant up dev
114114
```
115115
*Note* : The time for this step depends on your computer and Internet speed. On a 2015 MacBook Pro with a 50 Mbps download speed, it took approximately 20 minutes. Ensure a stable Internet connection throughout the process.
116116

vm-ubuntu-20.04/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Creating the VM
22

3+
This directory is here only for historical reference. The scripts
4+
here _might_ still be useful for creating a VM image based on Ubuntu
5+
20.04 Linux, but they are not regularly tested by anyone, so might not
6+
produce a working system.
7+
8+
See the `vm-ubuntu-24.04` [directory](../vm-ubuntu-24.04) for similar
9+
scripts that can be used to create a VM image based on Ubuntu 24.04
10+
Linux.
11+
12+
313
+ Below are the steps to create a brand new VM using Vagrant:
414
+ Install [Vagrant](https://developer.hashicorp.com/vagrant/docs/installation) on your system if it's not already installed.
515
+ In a shell/terminal window, change to this `vm-ubuntu-20.04`

vm/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Introduction
22

3-
This directory is still here only for historical reference. The
4-
scripts here can be used to create a VM image based on Ubuntu 16.04
5-
Linux, but free support and updates for that version of Ubuntu Linux
6-
ended in April 2021. The VM created by these scripts also rely upon
7-
and install Python2 versions of several Python libraries, which the
8-
latest version of the tutorials repository no longer uses.
3+
This directory is here only for historical reference. The scripts
4+
here _might_ still be useful for creating a VM image based on Ubuntu
5+
16.04 Linux, but free support and updates for that version of Ubuntu
6+
Linux ended in April 2021. The VM created by these scripts also rely
7+
upon and install Python2 versions of several Python libraries, which
8+
the latest version of the tutorials repository no longer uses.
99

10-
See the `vm-ubuntu-20.04` [directory](../vm-ubuntu-20.04) for similar scripts that can be
11-
used to create a VM image based on Ubuntu 20.04 Linux, and uses only
12-
Python3.
10+
See the `vm-ubuntu-24.04` [directory](../vm-ubuntu-24.04) for similar
11+
scripts that can be used to create a VM image based on Ubuntu 24.04
12+
Linux, and uses only Python3.

0 commit comments

Comments
 (0)