forked from autolab/Tango
-
Notifications
You must be signed in to change notification settings - Fork 13
Tango with Redis
daviddob edited this page Jun 15, 2017
·
1 revision
To be able to use Redis with Tango, there are few installation and configurations you need to make. Here is a step-by-step list:
-
Install Redis following the guide.
-
Start Redis:
$ redis-server
-
Edit Tango config file,
Tango/config.py
, to haveUSE_REDIS = True
and fill theREDIS_HOSTNAME
andREDIS_PORT
variables. By default, it should look like this:###### # Part 4: Settings for shared memory # USE_REDIS = False REDIS_HOSTNAME = "127.0.0.1" REDIS_PORT = 6379
-
Start running tango server.
python restful-tango/server.py
-
Start running the manager.
python jobManager.py
- Set up Tango
- Set up Local Docker VMMS
- Set up Dist Docker VMMS
- Set up Amazon EC2 VMMS
- Set up VMs for Jobs
- Updating a Grading Image