Skip to content

Commit ef1fd62

Browse files
Barthelemyknopers8
authored andcommitted
Addition of a FAQ (#132)
* Addition of a FAQ * Add links
1 parent 31fc390 commit ef1fd62

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This is the repository of the data quality control (QC) software for the ALICE O
3434
* [Local QCG (QC GUI) setup](doc/Advanced.md#local-qcg-qc-gui-setup)
3535
* [Information Service](doc/Advanced.md#information-service)
3636
* [Configuration files details](doc/Advanced.md#configuration-files-details)
37+
* [Frequently Asked Questions](doc/FAQ.md)
3738
<!-- Added by: bvonhall, at: -->
3839

3940
<!--te-->

doc/Advanced.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!--te-->
2323

2424

25-
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md)
25+
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md) | [Continue to Frequently Asked Questions →](FAQ.md)
2626

2727
## Data Inspector
2828

@@ -301,4 +301,4 @@ database connection, the monitoring or the data sampling.
301301

302302
---
303303

304-
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md)
304+
[← Go back to Modules Development](ModulesDevelopment.md) | [↑ Go to the Table of Content ↑](../README.md) | [Continue to Frequently Asked Questions →](FAQ.md)

doc/FAQ.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Frequently asked questions
2+
3+
<!--TOC generated with https://github.com/ekalinin/github-markdown-toc-->
4+
<!--./gh-md-toc --insert /path/to/README.md-->
5+
<!--ts-->
6+
* [Frequently asked questions](#frequently-asked-questions)
7+
* [CCDB repository](#ccdb-repository)
8+
* [How to see which objects are stored in the CCDB ?](#how-to-see-which-objects-are-stored-in-the-ccdb-)
9+
* [How to delete objects from the CCDB ?](#how-to-delete-objects-from-the-ccdb-)
10+
11+
<!-- Added by: bvonhall, at: 2019-04-10T12:19+0200 -->
12+
13+
<!--te-->
14+
15+
[← Go back to Advanced Topics](Advanced.md) | [↑ Go to the Table of Content ↑](../README.md)
16+
17+
## CCDB repository
18+
19+
### How to see which objects are stored in the CCDB ?
20+
21+
The easiest is to use the QCG (QC GUI). If you use the central test CCDB, you can use the central test QCG. Simply direct your browser to [https://qcg-test.cern.ch](https://qcg-test.cern.ch).
22+
23+
If for some reason you don't want or can't use the QCG, the CCDB provides a web interface accessible at [http://ccdb-test.cern.ch:8080/browse/](http://ccdb-test.cern.ch:8080/browse/).
24+
25+
### How to delete objects from the CCDB ?
26+
27+
By accessing http://ccdb-test.cern.ch:8080/truncate/path/to/folder you will delete all the objects at the given path. Careful with that please ! Don't delete data of others.<br/>In production it will of course not be possible to do so.
28+
29+
[← Go back to Advanced Topics](Advanced.md) | [↑ Go to the Table of Content ↑](../README.md)

0 commit comments

Comments
 (0)