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

Recommend adding an includes/menu.xml file to improve navigability #15

Open
saulakravitz opened this issue Apr 21, 2020 · 9 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@saulakravitz
Copy link

No description provided.

@saulakravitz
Copy link
Author

Submitted a pull request with a menu that should work.
I can't get the build process to work on my laptop (running out of heap space despite reconfiguring docket desktop),...

@preston
Copy link
Contributor

preston commented Apr 23, 2020

@neuronsong Could you take a look at this? I'm not familiar with it.

@preston preston added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 23, 2020
@neuronsong
Copy link
Collaborator

Are you doing a docker build... or running the publisher manually? If you're running the publisher manually I have had good success with the following:
java -Xss1g -Xms2g -Xmx4g -jar org.hl7.fhir.igpublisher.jar -ig .

I'm taking a look at the changes now.

@neuronsong
Copy link
Collaborator

I just built the branch... and the menu is not working. The menu is broken visually and throwing off 404 errors.

@preston
Copy link
Contributor

preston commented Apr 23, 2020

For Docker builds, the docker build ... needs a --memory=4g switch, as well as the daemon allowed to malloc at least that amount. For macOS and Windows, this is globally set in the UI settings panel.

@saulakravitz
Copy link
Author

saulakravitz commented Apr 23, 2020 via email

@saulakravitz
Copy link
Author

saulakravitz commented Apr 24, 2020 via email

@preston
Copy link
Contributor

preston commented Apr 24, 2020

If it detects the fsh source directory it automatically runs. Is this something that needs to be fixed in the IG publisher?

@saulakravitz
Copy link
Author

saulakravitz commented Apr 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants