Skip to content

Commit

Permalink
Update README with up-to-date infos (AliceO2Group#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy authored Jun 1, 2018
1 parent 9da6fcb commit 05c9545
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ A CC7 machine or a mac.

## Setup

We use alibuild, see instructions [here](https://alisw.github.io/alibuild/o2-daq-tutorial.html).
We use alibuild, see complete instructions [here](https://alice-doc.github.io/alice-analysis-tutorial/building/) and install O2 (no need to `init` it, just `build` it).

Build/install the QualityControl package : `aliBuild init QualityControl ; aliBuild build QualityControl --defaults o2`

Also build/install the qcg package : `aliBuild build qcg --default o2`

Note that you can also use the `defaults` called `o2-dataflow`.

### Post installation

Expand All @@ -17,6 +23,8 @@ sudo systemctl start mariadb
qcDatabaseSetup.sh
```

Whenever you want to work with O2 and QualityControl, do either `alienv enter qcg/latest` or `alienv load qcg/latest`.

## Configuration

The QC requires a number of configuration items. An example config file is
Expand Down

0 comments on commit 05c9545

Please sign in to comment.