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

Your branch is up to date with 'origin/rb_ips'. What´s the next command to do? Thanks! #5

Open
drdalessandro opened this issue Mar 15, 2023 · 1 comment

Comments

@drdalessandro
Copy link

Editing the code
The main code changes for the server are currently under the branch

cd ~
cd hapi-fhir
git checkout rb_ips
Already on 'rb_ips'
Your branch is up to date with 'origin/rb_ips'.
And what next ????
Next line -> src/main/java/ca/uhn/fhir/jpa/provider/r4/patient

Please can you help us! Thanks

@jddamore
Copy link
Owner

Ok I assume you've gotten to this repo
https://github.com/CrossroadsLabs/hapi-fhir/tree/rb_ips

As a note, that was developed off HAPI 6.1.0 and before the HAPI team accepted inbound PR to bring into HAPI core. See https://hapifhir.io/hapi-fhir/docs/server_jpa/ips.html
hapifhir/hapi-fhir#4438

So you might want to start there. That said, if you want to use this somewhat older repo, you should can make changes to the code and then rebuild the server with:
sudo mvn clean deploy -DskipTests
sudo mvn clean package spring-boot:repackage -Pboot && java -jar target/ROOT.war
(from https://github.com/jddamore/fhir-ips-server/blob/main/docs/Installing_Dev_Environments.md)

@drdalessandro drdalessandro changed the title HELP! Follow steps by steps... Editing de code: git checkout rb_ips Already on 'rb_ips' Your branch is up to date with 'origin/rb_ips'. And what next ???? Your branch is up to date with 'origin/rb_ips'. What is the next command to do? Thanks Mar 16, 2023
@drdalessandro drdalessandro changed the title Your branch is up to date with 'origin/rb_ips'. What is the next command to do? Thanks Your branch is up to date with 'origin/rb_ips'. What´s the next command to do? Thanks! Mar 16, 2023
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

No branches or pull requests

2 participants