solution: release v0.6.0
This commit is contained in:
@@ -29,7 +29,7 @@ plugins {
|
|||||||
|
|
||||||
|
|
||||||
group = 'io.emeraldpay.dshackle'
|
group = 'io.emeraldpay.dshackle'
|
||||||
version = '0.6-SNAPSHOT'
|
version = '0.6.0'
|
||||||
|
|
||||||
targetCompatibility = '1.8'
|
targetCompatibility = '1.8'
|
||||||
sourceCompatibility = '1.8'
|
sourceCompatibility = '1.8'
|
||||||
@@ -154,7 +154,7 @@ jib {
|
|||||||
]
|
]
|
||||||
mainClass = 'io.emeraldpay.dshackle.StarterKt'
|
mainClass = 'io.emeraldpay.dshackle.StarterKt'
|
||||||
args = []
|
args = []
|
||||||
ports = ['8090']
|
ports = ['8090', '8545']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ docker run -p 2449:2449 -v $(pwd):/config -w /config emeraldpay/dshackle
|
|||||||
=== Install & Run manually
|
=== Install & Run manually
|
||||||
|
|
||||||
1. Download latest release from https://github.com/emeraldpay/dshackle/releases
|
1. Download latest release from https://github.com/emeraldpay/dshackle/releases
|
||||||
2. Unpack `unzip dshackle-0.6.zip`
|
2. Unpack `unzip dshackle-0.6.0.zip`
|
||||||
3. Copy to `/opt/dshackle`
|
3. Copy to `/opt/dshackle`
|
||||||
4. Setup configuration in `/etc/dshackle`
|
4. Setup configuration in `/etc/dshackle`
|
||||||
5. Run as `cp /etc/dshackle && /opt/dshackle/bin/dshackle`
|
5. Run as `cp /etc/dshackle && /opt/dshackle/bin/dshackle`
|
||||||
Reference in New Issue
Block a user