You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run this first once you have cloned the project.
# Right now this just sets environment variables.
# Important: You MUST this script from the root directory of the project.
if [[ $PORTAL_ROOT ]];then
echo"The PORTAL_ROOT environment var is already set. Project has already been initialized. All is well. Please make any necessary adjustments to your environment manually."