Skip to content

Commit

Permalink
Updated README for IDEA4RC
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Mar 15, 2024
1 parent 7f26d78 commit b9d1493
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,29 @@ 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
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
Expand All @@ -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

Expand Down

0 comments on commit b9d1493

Please sign in to comment.