I have committed a README at the root of the blur-console directory that describes the steps to at least get the UI portion running. I also added some information about the approach that I took.
As of right now, I have been focusing on the UI portion and stubbing out the data (mainly so I didn't have to have Blur running during this step). This approach is also allowing me to flush out how I'm going to ask Blur for data and what pieces I will be asking for. If you want to take a look, follow the UI steps and take a look, just remember that right now you do not need a Blur instance to see the UI and the data will be mocked out (in a randomly generated fashion) :-) Please let me know if the steps don't work. I setup a clean VM today and started from scratch and got it working so they should be correct. Chris On Sat, Mar 29, 2014 at 12:17 PM, Chris Rohr <[email protected]> wrote: > Tim, > > So one of the things I need to do is write up how to setup for development > and then incorporate the actual build into maven. I will try to do that > now as all I have left for the initial functionality is search. > > There is one other major part (if you actually want it to be useful). > Currently I have been building the entire UI by mocking out the data from > Blur. My next step is to finish out the Java side that talks to Blur and > returns data in the correct format for the UI. > > I will work on the development process so that you can at least see how > the UI will work. As soon as I get things hooked up to Blur proper, I will > work on the build process (with maven). > > Sorry I don't have a better answer for you here, but I wanted to get to a > point where I could tell someone who wanted to help more than just > "everything needs to be done". > > Chris > > > On Sat, Mar 29, 2014 at 10:37 AM, Tim Williams <[email protected]>wrote: > >> How do we take a peek at the new console stuffs? I know it's not fully >> baked but I get the impression from the commits that there's something >> worth checking out but I'm not sure how to actually deploy and look at it? >> >> Thanks, >> --tim >> > >
