Dappnode package providing iexec scheduler server
It was generated using DAppNodeSDK
No Aragon Package Manager Repo yet.
IPFS : /ipfs/QmSGSut3pFERQ83H28Qe9o8jgzPvaFKNiPPGGM9o8MBbat
or can use this package without installing it in your DAppNode following these instructions:
-
git
Install git commandline tool.
-
docker
Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group,
sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect. -
docker-compose
Install docker-compose
Note: Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.
docker-compose build
docker-compose up -d
docker-compose logs -f
docker-compose down
You can write extra options on the adminui or edit the docker-compose.yml and add extra options, such as:
TBD
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details