Iquidus setup requirements

To set up Iquidus, we need to install the following tools:

  • NodeJs V6:
    • If you have a newer version, you can use nvm to manage multiple node versions: nvm install V6.
  • MonogoDB:
    • To install MongoDB, run the following command line:
sudo apt-get install -y mongodb-org=3.6.5 mongodb-org-server=3.6.5 mongodb-org-shell=3.6.5 mongodb-org-mongos=3.6.5 mongodb-org-tools=3.6.5

Then, start MongoDB using sudo service mongod start. Afterward, follow these steps to set up the explorer's database.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset