diff --git a/README.md b/README.md index 25bd2e71..8d28ac0d 100755 --- a/README.md +++ b/README.md @@ -111,14 +111,10 @@ var eBlocBroker = web3.eth.contract(abi).at(address); If you want to provide `IPFS` service please do following: `ipfs init` ### SLURM Setup: -SLURM have to work on the background. +SLURM have to work on the background. Please run: ```bash -sudo slurmd -sudo munged -f -/etc/init.d/munge start #Do to Amazon AWS, you may need to create new user with a password. -sudo slurmdbd -mkdir /tmp/slurmstate && sudo slurmctld -c +bash runSlurm.sh ``` Following example should successfully submit the job: diff --git a/package.json b/package.json index c8a1cebe..fd54789a 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,28 @@ { - "name": "eBlocBroker", - "version": "1.0.0", - "description": "## eBlocBroker is a blockchain based autonomous computational resource broker", - "main": "main.js", - "directories": { - "doc": "docs" - }, - "dependencies": { - "binstring": "*", - "bs58": "*", - "web3": "*", - "web3_ipc": "*", - "minilock-cli": "*" - }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/ebloc/eBlocBroker.git" - }, - "author": "", - "license": "ISC", - "homepage": "http://ebloc.cmpe.boun.edu.tr:3003" + "name": "eBlocBroker", + "version": "1.0.0", + "description": "## eBlocBroker is a blockchain based autonomous computational resource broker", + "license": "UNLICENSED", + "main": "main.js", + "directories": { + "doc": "docs" + }, + "dependencies": { + "binstring": "*", + "bs58": "*", + "web3": "*", + "web3_ipc": "*", + "minilock-cli": "*" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ebloc/eBlocBroker.git" + }, + "author": "", + "license": "ISC", + "homepage": "http://ebloc.cmpe.boun.edu.tr:3003" } diff --git a/runSlurm.sh b/runSlurm.sh index 98701522..30215d76 100644 --- a/runSlurm.sh +++ b/runSlurm.sh @@ -7,5 +7,5 @@ slurmdbd if [ ! -d /tmp/slurmstate ]; then mkdir /tmp/slurmstate fi -slurmctld -c +slurmctld -c # -Dc sinfo