-- Jan On Apr 25, 2013, at 12:19 PM, Michael Wechner <[email protected]> wrote:
> Greetings > > I would like to build Magnolia from source (git) via the command line, > but have trouble finding a guide to do so. > > For example it's not clear to me which git repositories I really need from > > http://git.magnolia-cms.com/gitweb/ To start with basic Magnolia and to build something minimalistic but runnable it should be enough to build http://git.magnolia-cms.com/gitweb/?p=magnolia_main.pub.git;a=summary Once you clone the repo locally, running "mvm clean install" should get you going. you probably want to build from the tag to build yourself exact copy of some release or from one of the maintenance branches (those that end with .x). The "master" branch points to what will be Magnolia 5.0 and is currently under heavy development so you might have some extra issues (depending on when you get that branch). Just out of curiosity, why do you need to build yourself instead of using already built artefacts available in maven repo? HTH, Jan ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
