2 Replies Latest reply on Jun 24, 2011 9:10 AM by veit_ullmann

    Fork jboss-as into your account???

    veit_ullmann

      Hacking on AS7

       

      VERSION 42  Hier klicken, um den Dokumentverlauf anzuzeigen  

        Erstellt am: 15.07.2010 05:02 von Jason Greene            - Letzte Änderung:  30.05.2011 10:23 von Max Rydahl Andersen

      1. Create a github account

      http://github.com

       

      2. Fork jboss-as into your account

      http://github.com/jbossas/jboss-as

       

      What does it mean?

        • 1. Re: Fork jboss-as into your account???
          smarlow

          http://github.com contains the source control repository for many projects (like AS7).  Once you have created an account on github, the next step is creating a place for you to make your own changes/patches to AS7 on github (by forking the current AS7 source repository on github into your github account).  You can then make local (via the git version control system) changes on your computer against your personal github repository. 

           

          If you want to contribute a source change, you can send an email request with the link to a change on github repo.  The steps are mentioned on the "hacking on AS7" page.

           

          Hope this helps you understand more...

           

          Scott

          • 2. Re: Fork jboss-as into your account???
            veit_ullmann

            Thanks, Scott.

            I think I have to learn how to use git ;-)

             

            Greetings from Berlin,

            Veit