Giter VIP home page Giter VIP logo

fusepool-platform's Introduction

fusepool-platform

The fusepool platform contains all fusepool developed components as submodules. As soon as this repository gets a commit the platform is build through Jenkins.

To get the source do the following:

git clone https://github.com/fusepool/fusepool-platform.git
cd fusepool-platform
git submodule update --init --recursive

To compile the fusepool platform and its modules you need to have Maven version 3 or newer installed.

On many systems to should set an environment variable for maven to be executed with enough memory:

export MAVEN_OPTS="-Xmx1024M -XX:MaxPermSize=128M"

Compile with

mvn install -Dmaven.test.skip=true

Of course, omitt -Dmaven.test.skip=true if you want to run the tests as well

To run it change to launcher/target

cd launcher/target

and run it with

java -Xmx1024M -XX:MaxPermSize=400M -Xss512k -jar launcher-0.1-SNAPSHOT.jar

To start it in debug mode so that you can connect a debuger on port 8888

java -Xmx1024M -XX:MaxPermSize=400M -Xss512k -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n -jar launcher-0.1-SNAPSHOT.jar 

Updating

Update fusepool-platform, the following updates the platform and all module to the version referenced in the platform:

git pull
git submodule update --init --recursive

Update all submodules to their latest version (this may a newer version than the version currently supported by the platform):

git submodule update --init --recursive --remote

Adding new Submodules

A few notes on adding new modules to the platform:

  • The submodule should be added by their https (not git-uri so that people without edit right can still check out the platform) e.g. git submodule add https://github.com/fusepool/fusepool-something.git
  • Add the submodule to the reactor, i.e. to the pom.xml in fusepool-platform
  • Add the module's as a dependency to the bundlelist submodule, as for any submodule change make sure you checkout the master branch, commit and push it and the also commit and push the submodule in the containing project.

On the shell this looks like:

cd bundlelist
edit pom.xml
git commit -m "added foobar" pom.xml
git push
cd ..
git commit -m "updated bundlelist module" bundlelist
git push

Windows specifics

See https://github.com/fusepool/fusepool-platform/wiki/Windows-Installation-Guide-(beginners)

fusepool-platform's People

Contributors

retog avatar luigiselmi avatar adeurien avatar l00mi avatar gaborremenyi avatar akuckartz avatar ktk avatar daniel-treparel avatar mikasches 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.