diff --git a/README.md b/README.md index 1d871eb..d90923f 100644 --- a/README.md +++ b/README.md @@ -7,23 +7,21 @@ stations participating in the IDEA4RC project. ## Getting Started These instructions will get you a running vantage6 node that is connected to the -BLUEBERRY server. +IDEA4RC server. ### Prerequisites -- The scripts are designed to run on an Oracle Linux 8 Machine (server edition). +- The scripts are designed to run on an Ubuntu 22 machine (server edition). - During installation it requires internet access to download the necessary packages. - `sudo` permissions (you might get prompted for your password during the installation process). - Install git: ``` - sudo dnf update -y - sudo dnf install git -y + sudo apt update -y + sudo apt install git -y ``` -- A running OMOP database at the same machine. This can either be a local database or - a database running in a docker container. During the installation process you will be - asked which flavor you use. If you use a docker container, you need the container - name. +- A running instance from the OHDSI API server. During configuration you will be promted + to provide connection details. ### Installing Go to the home directory of the user that has `sudo` permissions and execute the @@ -31,7 +29,7 @@ following steps in `bash`: ```bash # Clone this repository to your local machine: -git clone https://github.com/IKNL/v6-blueberry-installation-scripts.git +git clone https://github.com/IDEA4RC/v6-blueberry-installation-scripts.git # Navigate to the cloned repository: cd v6-blueberry-installation-scripts @@ -54,7 +52,7 @@ You have the following scripts available to manage the vantage6 node: - `./start.sh` - Starts the vantage6 node - `./stop.sh` - Stops the vantage6 node - `./attach.sh` - View the logs of the vantage6 node if its running -- ./install-all.sh - Reinstall and reconfigure the vantage6 node +- `./install-all.sh` - Reinstall and reconfigure the vantage6 node ### Debugging