Giter VIP home page Giter VIP logo

cloudgate's Introduction

cloudgate

Cloudgate is the webUI client for Sector distributed file system. For more information about Sector, please go to http://sector.sourceforge.net.

Prerequisites

  • Perl 5.8
  • PostgreSQL 8.3
  • Ant 1.7
  • Maven 2.2
  • JDK 1.6
  • Eclipse

Steps to setup Cloudgate

  1. Update Sector JNI's build.properties
  • sector.home : point to the root directory where sector is installed.
  • jdk.home : root dir of your jdk
  • other items can be kept as is
  1. Add sector JNI jar into maven's local repository:
  • jar is generated at jni's dist directory after ant build
  • run this command to add jar: mvn install:install-file -DgroupId=com.opendatagroup -DartifactId=sector.jni -Dpackaging=jar -Dversion=0.3 -Dfile=sectorjni-0.3.jar
  1. Download sigar API from http://sourceforge.net/projects/sigar/files/ and copy sigar library to /usr/lib/ directory.

  2. In sectorjni_env.sh at cloudgate/trunk/src/main/resources, change the paths based on your sector installation. Do a "source sectorjni_env.sh" to set these environment variables to the console.

  3. Install m2eclipse plugin from eclipse if not yet, import cloudgate as existing maven project

  4. Config a maven build in run configuration dialog. The maven goals are : clean package jetty:run

  5. Run the maven build above, then point your browser to http://myhost:8080/sample, you should see the cloudgate GUI.

cloudgate's People

Contributors

chuanwang avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.