Skip to content

Commit cc10bca

Browse files
authored
[Documentation:Developer] Add packaged VM documentation (#587)
This adds documentation for Submitty/Submitty#9766
1 parent 7a2ef58 commit cc10bca

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

_docs/developer/getting_started/vm_install_using_vagrant.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,23 @@ Below are quick steps to get everything installed and running.
221221
vagrant up
222222
```
223223
224-
Vagrant will build your VM. This will take maybe 30 minutes to a
225-
few hours depending on your Internet connection speed. When this
226-
command finishes, your VM is ready to use.
224+
If you are using VirtualBox as your provider, you will by default use
225+
a pre-packaged Submitty VM. This will have all of Submitty already setup.
226+
Vagrant will build your VM for you. This process will take 10 minutes to
227+
maybe half an hour depending on your internet connection speed.
228+
When this command finishes, your VM is ready to use.
227229
230+
If you wish to run `vagrant up` from scratch, on Linux or Mac type:
231+
```
232+
BASE_BOX=1 vagrant up
233+
```
234+
or on Windows, type:
235+
```
236+
SET BASE_BOX=1
237+
vagrant up
238+
```
239+
This process will take anywhere from 30 minutes to a few hours depending on your
240+
internet speed.
228241
229242
7. When the `vagrant up` command completes successfully, you will be
230243
able to access the Submitty website (instructions follow in the

0 commit comments

Comments
 (0)