Skip to content

Commit 5a45e4e

Browse files
authored
Update README with test details.
1 parent 696eda8 commit 5a45e4e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

fri/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,26 @@ Install Jupyter lab
99
$ pip install jupyterlab
1010
````
1111

12+
# Running the FRI and a quick test.
13+
14+
To run the FRI as a server:
15+
````
16+
$ cd server
17+
18+
$ python3 main.py
19+
````
20+
21+
To test:
22+
````
23+
$ cd ..
24+
25+
$ python3 test.py
26+
````
27+
1228
# Building FRI Container
1329

30+
Now, we elaborate on building FRI as a container, together with the Kong API Gateway.
31+
1432
Connect to the Server VM, assuming x.x.x.x to be the IP address of your server.
1533
````
1634
$ ssh -i "controlcore.pem" ubuntu@x.x.x.x

0 commit comments

Comments
 (0)