-
Notifications
You must be signed in to change notification settings - Fork 1
Radical Cybertools Config
Stefan Zasada edited this page Feb 8, 2017
·
4 revisions
Notes on the configuration for Radical Cybertools
CCS runs a local MongoDB instance for use by Radical Cybertools:
- Host: crick.chem.ucl.ac.uk
- Port: 27017
- Username: radical
- Password: fg*2GT3^eB
This user has admin privileges, so it able to create new databases. The configuration details can be passed to Radical via the RADICAL_PILOT_DBURL
variable, e.g.:
export RADICAL_PILOT_DBURL='mongodb://radical:fg*2GT3^[email protected]:27017/dbname'
Change dbname
to YOUR NAME to avoid data from multiple users conflicting!
More information on configuring MongoDB with Radical Cybertools can be found here.