-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add docs #25
Conversation
YuWei-CH
commented
Jun 7, 2024
- Add StaticData setup in INSTALL/install.sh
- Comment new functions
- Update troubleshooting in README
Instead of cleaning up every hour it cleans once daily
0 1 * * * /bin/bash /home/reform/reformWeb/cleanup.sh | ||
|
||
# Create local File folder for test site | ||
mkdir -p /home/reform/reformWeb/staticData |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we add this to .gitignore? Especially when the static files are so large. Probably too large for github. We can investigate using the test data from the reform repo, https://github.com/gencorefacility/reform/tree/master/test_data.
@YuWei-CH You're good to merge this after you add the contents of staticdata to a .gitignore. Also there are merge conflicts. |