Skip to content

Commit b40fa06

Browse files
Update configuration instruction in the readme
1 parent c37de2a commit b40fa06

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,26 @@
22
The Nile instance is the director for all the local nodes. When a new node enters the network, the node sends its IPNS name to the local Nile instance, this instance will verify and then eventually accepts the node inside the local network inserting a new value in a table (node_id, ipns_name); then the Nile instance will publish the table on IPFS and update its IPNS name to point to the latest version of the table. Clients will then load the frontstore directly gathering this list from IPFS.
33

44
## Configuration
5-
* Install the nodejs dependencies
5+
1. Install the nodejs dependencies
66
```
77
npm install
88
```
9+
2. Migrate data to the database
10+
```
11+
npm run migrate -- up
12+
```
13+
914
## Running
1015
```
1116
npm start
12-
```
17+
```
18+
19+
## Testing
20+
```
21+
npm run test
22+
```
23+
24+
## Contribute
25+
Join us on Discord https://discord.gg/je27JSc
26+
27+
Read the specifications here https://github.com/nileorg/nile-specifications

0 commit comments

Comments
 (0)