hl7-fhir / hl7-fhir.github.io

13 stars 11 forks source link

new branch for Chinese #1

Closed wanghaisheng closed 10 years ago

wanghaisheng commented 10 years ago

HI I have fork your repository now .If I want to make some changes based on the master branch forked from your original repo,How could I publish it as a github pages? I noticed the travis build log,could you give me the details

jmandel commented 10 years ago

This repository hosts the FHIR specification. It's build automatically from the FHIR build tool at: https://github.com/hl7-fhir/fhir-svn

which is, in turn, a mirror of: http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo

The FHIR build tool is a Java application that produces the HTML specification in this repository. Basically, the travis script you see here is responsible for running the build tool, and then deploying the output (in the published directory) to https://github.com/hl7-fhir/hl7-fhir.github.io


The short answer is: if you're interested in contributing to the FHIR specification, you should definitely get involved with the HL7 FHIR community. I'd recommend visiting: http://wiki.hl7.org/index.php?title=FHIR

-- the two most useful resources being the Listserv, and the Skype implementers chat.

wanghaisheng commented 10 years ago

Dear sir, I have cloned the repo http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo locally. and about half a year ago I successfully build the source and get the files under publish folder. then I push these files to a github repo and do some modification and translation works. Then I saw your hl7 fhir repo and I get to know you have some tools to automatically build the FHIR specification from the Gforge source. right now I clone your hl7-fhir.github.io, I can do modification to the master branch,but how could I publish the master branch files to my remote gh-pages and make it available as your http://hl7-fhir.github.io/? thank you for your quick response. 2014-05-30

edwin_uestc

发件人:Josh Mandel notifications@github.com 发送时间:2014-05-30 13:57 主题:Re: [hl7-fhir.github.io] new branch for Chinese (#1) 收件人:"hl7-fhir/hl7-fhir.github.io"hl7-fhir.github.io@noreply.github.com 抄送:"wanghaisheng"edwin_uestc@163.com

This repository hosts the FHIR specification. It's build automatically from the FHIR build tool at: https://github.com/hl7-fhir/fhir-svn which is, in turn, a mirror of: http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo The FHIR build tool is a Java application that produces the HTML specification in this repository. Basically, the travis script you see here is responsible for running the build tool, and then deploying the output (in the published directory) to https://github.com/hl7-fhir/hl7-fhir.github.io

The short answer is: if you're interested in contributing to the FHIR specification, you should definitely get involved with the HL7 FHIR community. I'd recommend visiting: http://wiki.hl7.org/index.php?title=FHIR -- the two most useful resources being the Listserv, and the Skype implementers chat. — Reply to this email directly or view it on GitHub.

jmandel commented 10 years ago

This is done using https://travis-ci.org/. The .travis.yml script is available to you at the link above.

The only detail that isn't public is my encrypted deploy-key (but the commands for generating the encrypted value are included in the .travis.yml script, too.)

Hope this helps -- and let me know if you have a specific question about the process.

Josh

On Thu, May 29, 2014 at 11:59 PM, wanghaisheng notifications@github.com wrote:

Dear sir, I have cloned the repo http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo locally. and about half a year ago I successfully build the source and get the files under publish folder. then I push these files to a github repo and do some modification and translation works. Then I saw your hl7 fhir repo and I get to know you have some tools to automatically build the FHIR specification from the Gforge source. right now I clone your hl7-fhir.github.io, I can do modification to the master branch,but how could I publish the master branch files to my remote gh-pages and make it available as your http://hl7-fhir.github.io/? thank you for your quick response. 2014-05-30

edwin_uestc

发件人:Josh Mandel notifications@github.com 发送时间:2014-05-30 13:57 主题:Re: [hl7-fhir.github.io] new branch for Chinese (#1) 收件人:"hl7-fhir/hl7-fhir.github.io"hl7-fhir.github.io@noreply.github.com 抄送:"wanghaisheng"edwin_uestc@163.com

This repository hosts the FHIR specification. It's build automatically from the FHIR build tool at: https://github.com/hl7-fhir/fhir-svn which is, in turn, a mirror of: http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo The FHIR build tool is a Java application that produces the HTML specification in this repository. Basically, the travis script you see here is responsible for running the build tool, and then deploying the output (in the published directory) to https://github.com/hl7-fhir/hl7-fhir.github.io

The short answer is: if you're interested in contributing to the FHIR specification, you should definitely get involved with the HL7 FHIR community. I'd recommend visiting: http://wiki.hl7.org/index.php?title=FHIR -- the two most useful resources being the Listserv, and the Skype implementers chat. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/hl7-fhir/hl7-fhir.github.io/issues/1#issuecomment-44620693 .

wanghaisheng commented 10 years ago

thanks for your info Let me dig it. I will bother you again

2014-05-30

edwin_uestc

发件人:Josh Mandel notifications@github.com 发送时间:2014-05-30 15:04 主题:Re: [hl7-fhir.github.io] new branch for Chinese (#1) 收件人:"hl7-fhir/hl7-fhir.github.io"hl7-fhir.github.io@noreply.github.com 抄送:"wanghaisheng"edwin_uestc@163.com

This is done using https://travis-ci.org/. The .travis.yml script is available to you at the link above.

The only detail that isn't public is my encrypted deploy-key (but the commands for generating the encrypted value are included in the .travis.yml script, too.)

Hope this helps -- and let me know if you have a specific question about the process.

Josh

On Thu, May 29, 2014 at 11:59 PM, wanghaisheng notifications@github.com wrote:

Dear sir, I have cloned the repo http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo locally. and about half a year ago I successfully build the source and get the files under publish folder. then I push these files to a github repo and do some modification and translation works. Then I saw your hl7 fhir repo and I get to know you have some tools to automatically build the FHIR specification from the Gforge source. right now I clone your hl7-fhir.github.io, I can do modification to the master branch,but how could I publish the master branch files to my remote gh-pages and make it available as your http://hl7-fhir.github.io/? thank you for your quick response. 2014-05-30

edwin_uestc

发件人:Josh Mandel notifications@github.com 发送时间:2014-05-30 13:57 主题:Re: [hl7-fhir.github.io] new branch for Chinese (#1) 收件人:"hl7-fhir/hl7-fhir.github.io"hl7-fhir.github.io@noreply.github.com 抄送:"wanghaisheng"edwin_uestc@163.com

This repository hosts the FHIR specification. It's build automatically from the FHIR build tool at: https://github.com/hl7-fhir/fhir-svn which is, in turn, a mirror of: http://gforge.hl7.org/gf/project/fhir/scmsvn/?action=AccessInfo The FHIR build tool is a Java application that produces the HTML specification in this repository. Basically, the travis script you see here is responsible for running the build tool, and then deploying the output (in the published directory) to https://github.com/hl7-fhir/hl7-fhir.github.io

The short answer is: if you're interested in contributing to the FHIR specification, you should definitely get involved with the HL7 FHIR community. I'd recommend visiting: http://wiki.hl7.org/index.php?title=FHIR -- the two most useful resources being the Listserv, and the Skype implementers chat. — Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/hl7-fhir/hl7-fhir.github.io/issues/1#issuecomment-44620693 .

— Reply to this email directly or view it on GitHub.