There was an error while loading. Please reload this page.
You will need to have a CONDUCTOR_TOKEN.pem file before continuing
Docker Install:
Make sure you already have docker installed before continuing.
Please be sure to set CONDUCTOR_ACCOUNT and /path/to/your/CONDUCTOR_TOKEN.pem correctly in the following commands:
Run uploader:
docker run -it -e CONDUCTOR_ACCOUNT=your_conductor_account -v /path/to/your/CONDUCTOR_TOKEN.pem:/conductor/auth/CONDUCTOR_TOKEN.pem conductorio/client /conductor/bin/uploader.py
docker run -it -e CONDUCTOR_ACCOUNT=your_conductor_account -v /path/to/your/CONDUCTOR_TOKEN.pem:/conductor/auth/CONDUCTOR_TOKEN.pem conductorio/client /conductor/conductor/tools/downloader.py
Native Install
Make sure that you have python 2.7, pip and git installed.
Get the code:
git clone https://github.com/AtomicConductor/conductor_client.git cd conductor_client
pip install -r requirements.txt
cp /path/to/pemfile auth/CONDUCTOR_TOKEN.pem
account: your_account_name
Job Submission
./bin/conductor submit --cmd "/usr/bin/gymkata --kicks=butt"
Uploader
./bin/conductor uploader
Downloader
./bin/conductor downloader