Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
recoules authored Jan 22, 2021
1 parent 20974cb commit 8744d1f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
***RUSTInA*** is supplied as an self-contained [AppImage](bin/rustina-x86_64.AppImage) (**Linux** equivalent of `.exe` on **Windows**).
It should be run in a `x86_64` **Ubuntu** *18.04* environment to work properly.

In addition to the *AppImage* itself, we released a **docker** container and a **VirtualBox** image "ready-to-use".
In addition to the *AppImage* itself, we released a [**docker** container](https://github.com/recoules/icse2021-artifact992/releases/download/1.0/icse2021-artifact992.tar.gz) and a [**VirtualBox** image](https://github.com/recoules/icse2021-artifact992/releases/download/1.0/icse2021-artifact992.ova) "ready-to-use".
*Container and Appliance only wrap the content of the repository with the dependencies resolved.*

The setup will depend on the choosen method:
Expand All @@ -20,6 +20,8 @@ sudo apt-get install make python python-pandas python-tabulate

# Docker user

The container is available in the [release panel](https://github.com/recoules/icse2021-artifact992/releases/tag/1.0) ([download](https://github.com/recoules/icse2021-artifact992/releases/download/1.0/icse2021-artifact992.tar.gz)).

In a terminal, use the following to install the container:
```shell
docker load < icse2021-artifact992.tar.gz
Expand All @@ -43,6 +45,8 @@ docker run --rm --mount type=bind,source="$(pwd)",target=/shared -ti icse2021-ar

# VirtualBox user

The image is available in the [release panel](https://github.com/recoules/icse2021-artifact992/releases/tag/1.0) ([download](https://github.com/recoules/icse2021-artifact992/releases/download/1.0/icse2021-artifact992.ova)).

In **VirtualBox**, select **File**, **Import Appliance...** and then browse to the `icse2021-artifact992.ova`. Select **Next** and finaly **Import**.
Alternatively, double-click on the file `icse2021-artifact992.ova` and select **Import**.

Expand All @@ -60,4 +64,4 @@ mkdir name2
Then use the following to mount the directory:
```shell
sudo mount -t vboxsf name1 name2
```
```

0 comments on commit 8744d1f

Please sign in to comment.