Installation and Running
Flynn, Conor edited this page Nov 26, 2023
·
11 revisions
Clone this wiki locally
Requirements
To install the DeFi-Data-Engine, you need the following requirements:
Recommended Hardware:
Meet the recommended minimum resources:
- 16gb RAM or more
- 4 core CPU or more
- Storage equivalent to the amount of data to be used
Port Enabling
Note that some systems may have all ports under a firewall by default configuration. Please disable the firewall on ports 61100
, 61200
, and 8080
, or under whichever ports are specified in the configuration files.
How to Run
In Linux terminal
$ git clone https://github.rpi.edu/DataINCITE/IDEA-DeFi-CRAFT.git
$ cd Materials/'All DeFi Data Engine Content'/DeFi-Data-Engine
$ docker compose build
$ docker compose up
Check listening ports to confirm
$ sudo lsof -i -P -n | grep LISTEN
We should see listening docker processes on TCP/27017, TCP/61100, TCP/61200, TCP/8080