Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is essential to edit the ‘.env’ file to externalize the elasticsearch before proceeding further.

Navigate to the MCS folder: cd MCS/

...

Use the command nano .env to edit the environment file.

...

Control O to save
Control X to exit

Execute Setup Scripts

Navigate to the MCS folder: cd MCS/

...

Use the ./setup.sh command to run the setup script.

...