To turn on the development environment for blur console you will have to export BLUR_CONSOLE_DEV=true into your development env.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/871f5260 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/871f5260 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/871f5260 Branch: refs/heads/apache-blur-0.2 Commit: 871f5260d1ed13aae672c316e9aa0c2331117e88 Parents: 0ad6ebf Author: Aaron McCurry <[email protected]> Authored: Tue Jun 17 16:23:41 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Jun 17 16:23:41 2014 -0400 ---------------------------------------------------------------------- blur-console/README.md | 5 ++++- blur-console/pom.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/871f5260/blur-console/README.md ---------------------------------------------------------------------- diff --git a/blur-console/README.md b/blur-console/README.md index 6b6d39e..350923f 100644 --- a/blur-console/README.md +++ b/blur-console/README.md @@ -15,6 +15,9 @@ In order to contribute to the development of this component the following tools/ ### UI Development +To turn on the development profile: +export BLUR_CONSOLE_DEV=true + The UI code lives in the ui directory. This directory has been setup like a standard javascript based application would be. The goal of this is to allow for rapid development of the UI components while flushing out the service API. The UI portion has been built so that the system can be run with fake data to mock out the actual Apache Blur integration. To get up and running to work on the UI component you can follow these steps: @@ -55,4 +58,4 @@ The services code lives at the root of the console directory and is a basic mave ## Packing for distribution -TODO: Need to still figure this out \ No newline at end of file +TODO: Need to still figure this out http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/871f5260/blur-console/pom.xml ---------------------------------------------------------------------- diff --git a/blur-console/pom.xml b/blur-console/pom.xml index 3234a30..6d16975 100644 --- a/blur-console/pom.xml +++ b/blur-console/pom.xml @@ -211,7 +211,7 @@ </profile> <profile> <id>grunt</id> - <activation><os><family>!windows</family></os></activation> + <activation><property><name>env.BLUR_CONSOLE_DEV</name></property></activation> <build> <plugins> <plugin>
