All We will obviously keep working on improving things and updating docs and such but for those playing along to build:
1) You need a recent Java 7 2) You need the latest Maven (or one that is 3.2.1 or newer [ i think]) 3) In the root dir of the source tree run ./misc/build-order.sh (expect 20-30 mins build time) -OR - if you like pain you can build each component manually. We understand we need to make this better. Once that is done you can go to the assemblies/nifi directory and run mvn assembly:assembly The result of that is the tar.gz of NiFi which you can install and run. The current bin/nifi.sh should be enough to get you going on many linux distros for now. The application itself should run pretty find anywhere the JVM will run. So we will be doing a lot of work to make sure we can run on more platforms easily. We had a nice service wrapper before but its license was a no-go so we're researching and figuring out what to do next. For those of you highly motivated in this area who'd love to help solve this important problem - we need you! With the default settings you can go in a web browser to: http://ip-of-wherever-nifi-is:8080/nifi You can watch all the logging action in ./logs/nifi-app.log Very excited for us all to start taking our apache baby steps and get up and running. Thanks Joe On Mon, Dec 8, 2014 at 3:46 PM, Joe Witt <[email protected]> wrote: > Doesn't look like it. But by convention when we do it will be here: > > https://github.com/apache/incubator-nifi > > I'd assume that is just something that takes time to kick in. Not another > request? > > On Mon, Dec 8, 2014 at 3:43 PM, Benson Margulies <[email protected]> > wrote: > >> Have we a mirror on github yet? >> >> >> On Mon, Dec 8, 2014 at 3:41 PM, Joe Witt <[email protected]> wrote: >> >> > Team, >> > >> > Very happy to finally point out that the code contribution has been >> pushed >> > to the newly created nifi Git repo at the ASF. >> > >> > The url to browse the repo is here: >> > >> > >> > >> https://git-wip-us.apache.org/repos/asf/incubator-nifi.git/?p=incubator-nifi.git;a=tree >> > >> > Getting started: >> > >> > git clone https://git-wip-us.apache.org/repos/asf/incubator-nifi.git >> > >> > >> > Very helpful documentation to get started is found here: >> > >> > https://git-wip-us.apache.org/ >> > >> > Tony Kurc is still wrestling with SVN issues affecting the ability to >> > update the site but once sorted the website will point to our new Jira >> and >> > Git instances and we can get on with business. >> > >> > Thanks! >> > Joe >> > >> > >
