-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Frank Castellucci edited this page Jan 20, 2018
·
31 revisions
Overviews, notes, etc. for sawtooth-uom development
How I reset my environment to get to version 1.0 of HL/ST.
- Remove all docker images using this command
docker rmi -f $(docker images -a -q)
- Bring down the latest sawtooth compose file
sawtooth-default.yaml
- Execute compose
docker-compose -f ~/sawtooth.misc/sawtooth-default.yaml up
- Clone the latest repository
- Go to the root directory of the repo
cd ~\sawtooth-core
- At a minimum do
bin\build_all -l python
- I am using java so I do a
bin\build_all -l java
as well