Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some notes from trying to get this set up:
Notes on Setting Up Local Dev Env:
Trying to mirror cell as closely as possible. I created /opt/research instead of /research since mac doesn't allow creating /research.
unzipped macos java tar file to /opt/jvm with a symlink of java-openjdk so the JAVA_HOME becomes:
export JAVA_HOME=/opt/jvm/java-openjdk/Contents/Home
I created commons/env/macdev.env and macdev.properties
ant rebuildProperties
failed somehow, so i created it by hand.Create a symlink:
Did a
brew install postgres
Symlink:
Ran into pg 14 compatibility issue and fixed with code change
Ran into this compile error:
This was due to needing to rebuildProperties with ant
Got this error:
don't know why. the directory seems to exist.
Got issue starting tomcat:
and fixed with change to tomcat.xml
tomcat issue:
Fix?: