RocketChat / RC4Conferences

A set of scalable components for communities to build, manage, and run virtual conferences of any size.
https://conf.rceng.shop/conferences/c/1
24 stars 40 forks source link

[FIX] Modify Superprofile Scripts #34

Closed Dnouv closed 2 years ago

Dnouv commented 2 years ago

Changes in the PR:

  1. Updates in the superprofile/initFaunaOnce.sh, which incorporates the docker container health status check, if the status is not healthy then it stops the further dependent script operations.
  2. Changes the name of the file superprofile/CLOUDREADME.md to superprofile/cloud/README.md, since there were issues with keeping multiple README

Feedbacks are most welcomed. Thank you!

Dnouv commented 2 years ago

Added a single script to start the backend, startBackend.sh (Open Event Server + Fauna SuperProfile)

In the root directory, simply run sh startBackend.sh, and the rest will be taken care of by the script. The Open event server error logs (if any) would be present in open-event-server/log/error_log.txt.

Thank you!