Skip to content

Commit

Permalink
Merge pull request #574 from aklenik/release-notes
Browse files Browse the repository at this point in the history
[Release 0.1.0] Add CHANGELOG.md
  • Loading branch information
aklenik authored Sep 5, 2019
2 parents 7c34028 + 9317cb8 commit ec039e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.0 (September 5, 2019)
Initial release of Caliper.

## License
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Hyperledger Caliper
# Hyperledger Caliper

Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results.

Expand All @@ -20,22 +20,8 @@ See the [PSWG white paper](https://www.hyperledger.org/resources/publications/bl

For more information on using Caliper please consult the [documentation site](https://hyperledger.github.io/caliper/)

## Pre-requisites

Make sure following tools are installed:
* NodeJS 8 (LTS), 9, or 10 (LTS) *we do not support higher versions as the dependancy chain does not permit this*
* node-gyp
* Docker
* Docker-compose

## Building Caliper
Caliper is split into packages that are managed by Lerna, a tool for managing JavaScript projects with multiple packages. To build Caliper, it is necessary to first pull the required base dependancies, and then bootstrap the Caliper project. Note that if you modify base code, it is necessary to rebuild the project

* Run `npm install` in Caliper root folder to install base dependencies locally
* Run `npm run repoclean` in Caliper root folder to ensure that all the packages are clean
* Run `npm run bootstrap` to bootstrap the packages in the Caliper repository. This will install all package dependancies and link any cross dependancies. It will take some time to finish installation. If it is interrupted by ctrl+c, please recover the file package.json first and then run `npm run bootstrap` again.

Do not run any of the above commands with `sudo`, as it will cause the bootstrap process to fail
## Install and usage
See the [related documentation page](https://hyperledger.github.io/caliper/docs/Installing_Caliper.html).

## How to contact us

Expand Down

0 comments on commit ec039e7

Please sign in to comment.