Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#171 issue : Update script.sh #175

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

AllMightLegend
Copy link

Summary

Motivation

Testing

Questions

Comment on lines +46 to +53
if [[ ! -d ../caracal/config ]]; then
echo "../caracal/config does not exist"
exit 1
fi

if [[ ! -d ../Distro/jwt_keys ]]
then echo "../Distro/jwt_keys does not exist"
exit
if [[ ! -d ../caracal/jwt_keys ]]; then
echo "../caracal/jwt_keys does not exist"
exit 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you've misunderstood this context. This assumes you're deploying the caMicroscope stack without docker. So we assume you have relevant config from Distro.

This could be made more independent by copying/renaming the required files (e.g. make an empty jwt_keys dir, copy routes.json from an example, etc)

I'm not sure how useful this is in practice; I'm not aware of anyone deploying caracal this way currently.

Please let me know if you want help with this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be grateful if you help me a bit.I am new to open source contribution so I would appreciate your help very much

@birm birm changed the base branch from master to develop August 16, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants