projkov / fhir-ru

Mirrors the FHIR SVN repo (via git-svn)

Home Page:http://fhir-ru.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Russian translation of FHIR

[Build Status

To run the FHIR Publisher

First ensure that ant 1.9+ is installed on your system.

  1. Run publish.bat (windows) or publish.sh (OSX/Linux)
  2. Wait for it to finish (~10 minutes)

See also: FHIR Build Process

Note: if you are offline and cannot fetch dependencies, pass the --offline flag to the publisher script. E.g. ./publish.sh --offline

To build and run the FHIR Publisher via ant

ant clean Publisher -Dargs="-name my-custom-build"

Command line parameters to publish.sh / publish.bat

  • -nogen: don't generate the spec, just run the validation. (to use this, manually fix things in the publication directory, and then migrate the changes back to source when done. this is a hack)

  • -noarchive: don't generate the archive. Don't use this if you're a core editor

  • -web: produce the HL7 ready publication form for final upload (only core editors)

  • -diff: the executable program to use if platform round-tripping doesn't produce identical content (default: c:\program files (x86)\WinMerge\WinMergeU.exe)

  • -name: the "name" to go in the title bar of each of the specification


To run Docker

sudo docker.io build -t fhir-svn .
sudo docker.io run --name=fhir-svn -d -p 11155:80 -t -i fhir-svn

Look at http://localhost:11155


Copyright HL7, Inc.

Open-source under BSD3 (License)[./LICENSE]

About

Mirrors the FHIR SVN repo (via git-svn)

http://fhir-ru.github.io

License:Other


Languages

Language:Java 85.7%Language:HTML 13.0%Language:XSLT 0.7%Language:CSS 0.3%Language:C# 0.2%Language:ColdFusion 0.0%Language:Objective-C 0.0%Language:JavaScript 0.0%Language:Ruby 0.0%Language:Batchfile 0.0%Language:ANTLR 0.0%Language:ASP 0.0%Language:Perl 0.0%Language:PHP 0.0%Language:VBA 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%