Giter VIP home page Giter VIP logo

lumify's Introduction

Lumify

Lumify Logo

Lumify is an open source big data analysis and visualization platform. Please see http://lumify.io for more details and videos.

Getting Started

To get started quickly, you can try out a hosted installation of Lumify, or download a virtual machine image with Lumify installed and pre-configured.

Quick Start

  1. Install Docker per their instructions: https://docs.docker.com/installation

  2. Install node and npm per their instructions: http://nodejs.org/

  3. Install the Lumify npm dependencies (from the web/war/src/main/webapp directory):

     npm install -g inherits bower grunt
     npm install grunt-cli
    
  4. Update your hosts file:

    • Linux

        echo '127.0.0.1 lumify-dev' >> /etc/hosts
      
    • OS X

        echo "$(boot2docker ip 2>/dev/null) lumify-dev" >> /etc/hosts
      
  5. Create the docker image:

     docker/build-dev.sh
    
  6. Run the docker image: (This will start ZooKeeper, HDFS, YARN, ElasticSearch, and RabbitMQ)

     docker/run-dev.sh
    
  7. Create a war file:
    NOTE: Run from the host machine in the root of your clone.
    NOTE: Requires Oracle JDK.

     mvn package -P web-war -pl web/war -am -DskipTests -Dsource.skip=true
    
  8. Copy the war file:

     cp web/war/target/lumify-web-war*.war \
        docker/lumify-dev-persistent/opt/jetty/webapps/root.war
    
  9. Package an auth plugin:

     mvn package -pl ./web/plugins/auth-username-only -am -DskipTests
    
  10. Copy the auth plugin for use in the docker image:

     cp web/plugins/auth-username-only/target/lumify-web-auth-username-only-*[0-9T].jar \
        docker/lumify-dev-persistent/opt/lumify/lib
    
  11. Inside the docker image run Jetty:

     /opt/jetty/bin/jetty.sh start
    
  12. Open a browser and go to: http://lumify-dev:8080/

See docker/README.md for more information on the docker dev image.

See docs/developer.md for more information on developing for Lumify.

Developing / Contributing

If you're a system administrator or developer looking to install your own instance of Lumify or do custom development, please read our Developer Guide.

License

Copyright 2014 Altamira Technologies Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

lumify's People

Contributors

joeferner avatar jharwig avatar dsingley avatar jonatho7 avatar rmatous avatar kunklejr avatar mwizeman avatar sfeng88 avatar tlpinney avatar zirafel avatar aavenoso avatar jhsansom avatar marknach avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.