Skip to content

Commit

Permalink
Merge pull request #3 from precice/BenjaminRodenberg-patch-1
Browse files Browse the repository at this point in the history
Adds hint to be patient until machine is provisioned
  • Loading branch information
MakisH authored Feb 22, 2021
2 parents d688ee4 + 4a1676b commit 7d1f1fb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ several solvers and adapters, as well as example and tutorial files.

1. Get a Virtual Machine provider, such as [VirtualBox](https://www.virtualbox.org/)
2. Get [Vagrant](https://www.vagrantup.com/)
3. Start with `vagrant up`
4. After the provisioning finishes, restart the machine with `vagrant reload` to get a full GUI
3. Go to the root folder of this repository and start with `vagrant up`.
4. Be patient. Vagrant will now setup your virtual machine. You don't have to do anything and your terminal will be very busy.
5. After the provisioning finishes, restart the machine with `vagrant reload` to get a full GUI

You can afterwards also see and manage the produced VM in VirtualBox.

Expand Down Expand Up @@ -66,3 +67,7 @@ Even though most hardware supports virtualization, your CPU may not or you may n
The most common reason can be that one of the third-party APT repositories
(such as the repository of OpenFOAM on SourceForge) do not respond.
Usually running again (e.g. with `vagrant up --provision`) helps.

### There is no GUI

In case you killed the session before provisioning finished, the setup of your VM might be incomplete. You might still be able to interact with the VM without the GUI. In that case, run `vagrant up --provision`.

0 comments on commit 7d1f1fb

Please sign in to comment.