mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Update instructions
This commit is contained in:
parent
d5d5b12a2d
commit
c2503921ad
@ -26,9 +26,19 @@ The project is split into three pieces:
|
||||
|
||||
# Setup
|
||||
|
||||
To get started, please run the following command:
|
||||
To get started, please follow the instructions below:
|
||||
|
||||
* Go up to the root directory and build the capsule JAR.
|
||||
|
||||
```bash
|
||||
$ cd ../../
|
||||
$ ./gradlew install
|
||||
```
|
||||
|
||||
* Come back to this folder and run:
|
||||
|
||||
```bash
|
||||
$ cd experimental/behave
|
||||
$ ./prepare.sh
|
||||
```
|
||||
|
||||
|
@ -7,7 +7,7 @@ mkdir -p deps/corda/${VERSION}/apps
|
||||
mkdir -p deps/drivers
|
||||
|
||||
# Copy Corda capsule into deps
|
||||
cp ../../node/capsule/build/libs/corda-*.jar deps/corda/${VERSION}/corda.jar
|
||||
cp $(ls ../../node/capsule/build/libs/corda-*.jar | tail -n1) deps/corda/${VERSION}/corda.jar
|
||||
|
||||
# Download database drivers
|
||||
curl "https://search.maven.org/remotecontent?filepath=com/h2database/h2/1.4.196/h2-1.4.196.jar" > deps/drivers/h2-1.4.196.jar
|
||||
|
Loading…
Reference in New Issue
Block a user