Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

3.2.1->Alcyone #67

Open
wants to merge 24 commits into
base: alcyone
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5ee9b59
Merge pull request #36 from PolymathNetwork/tooling-pme
ashneverdawn Mar 25, 2021
7c20e32
Merge pull request #39 from PolymathNetwork/tooling-pme
ashneverdawn Mar 29, 2021
547f43a
Merge pull request #42 from PolymathNetwork/tooling-pme
Tamir-Polymath Apr 6, 2021
c28d9ba
Merge pull request #44 from PolymathNetwork/tooling-pme
Tamir-Polymath Apr 8, 2021
5f361ca
NCBD-238 Update to 3.0.1 (#49)
Tamir-Polymath Apr 28, 2021
f778e4f
NCBD-287 External agents changes in explorer-api and harvester (#52)
raycar5 Jun 21, 2021
360b922
update dependencies and fix readme
raycar5 Jun 25, 2021
e63bfc2
update submodules
raycar5 Jun 29, 2021
3da4824
Merge pull request #53 from PolymathNetwork/3.0
raycar5 Jun 29, 2021
c033c1b
NCBD-287 External agents changes in explorer-api and harvester (#52) …
raycar5 Jul 29, 2021
4059045
3.1.0 cleanup branches
Tamir-Polymath Jul 29, 2021
b7782cc
Merge pull request #56 from PolymathNetwork/3.1.0-cleanup-branches
Tamir-Polymath Jul 29, 2021
7f33084
Update 3.2.0 submodules
raycar5 Aug 3, 2021
a7bdfb2
Merge remote-tracking branch 'origin/staging-pmf' into 3.2.0
raycar5 Aug 3, 2021
e44f7c3
3.2.0 -> PMF (#59)
raycar5 Aug 3, 2021
ebf1e74
fix dependency in harvester
raycar5 Aug 3, 2021
64eb9b7
Merge remote-tracking branch 'origin/staging-pmf' into 3.2.0
raycar5 Aug 3, 2021
fec9e48
3.2.0 -> PMF (#60)
raycar5 Aug 3, 2021
c7a66bb
Merge remote-tracking branch 'origin/tooling-pme' into 3.2.0
raycar5 Aug 4, 2021
1543ca0
Pinned dependencies
raycar5 Aug 5, 2021
e0903d0
Merge remote-tracking branch 'origin/staging-pmf' into 3.2.1
raycar5 Aug 5, 2021
7ddb1e0
3.2.1
raycar5 Aug 24, 2021
ad3dad6
Merge remote-tracking branch 'origin/alcyone' into 3.2.1
raycar5 Aug 24, 2021
d52cc68
Merge branch '3.2.1' into alcyone
raycar5 Aug 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ git submodule update --init --recursive
```
### Step 6: During the first run let MySQL initialize (wait for about a minute)
```bash
docker-compose -p polymesh -f docker-compose-local.yml up -d mysql
make sql
```
### Step 7: Then build the other docker containers
```bash
docker-compose -p polymesh -f docker-compose-local.yml up --build
make start
```
### Step 8: To cleanup the state run
```bash
docker-compose -p polymesh -f docker-compose-local.yml down -v
```

## Links to applications
Expand Down
2 changes: 1 addition & 1 deletion explorer-api