Skip to content

Commit

Permalink
Update Deployment Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
piavgh committed Feb 25, 2019
1 parent b136c19 commit f3384d2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Deployment_step_by_step.md
Expand Up @@ -66,11 +66,19 @@ OR
yarn reset-env
```
in case you want to reset MongoDB, Redis, RabbitMQ data
5. Generate seed and import seed data into mongo

5. Update file `seed-data.sh`
```
Update line 2. NETWORK="development" with your network of choice
It can be "development", "tomochainTestnet" or "tomochain"
```

6. Generate seed and import seed data into mongo
```
yarn seeds
```
6. Start the server
7. Start the server
```
yarn start
```
Expand Down

0 comments on commit f3384d2

Please sign in to comment.