Repositories
nodecast-gui
Desktop frontend
License : GPL V3
http://www.nodecast.org/projects/nodecast-gui
Nodecast GUI is a client for the http://www.nodecast.net website that displays your systems informations.
-
Cloning this repository:
git clone git://gitorious.org/nodecast/nodecast-gui.git nodecast-gui cd nodecast-gui
Add this repository as a remote to an existing local repository:
git remote add nodecast-gui git://gitorious.org/nodecast/nodecast-gui.git git fetch nodecast-gui git checkout -b my-local-tracking-branch nodecast-gui/master_or_other_branch
nodecast-worker
Bot worker backend
License : AGPLv3
http://www.nodecast.org/projects/nodecast-worker
-
Cloning this repository:
git clone git://gitorious.org/nodecast/nodecast-worker.git nodecast-worker cd nodecast-worker
Add this repository as a remote to an existing local repository:
git remote add nodecast-worker git://gitorious.org/nodecast/nodecast-worker.git git fetch nodecast-worker git checkout -b my-local-tracking-branch nodecast-worker/master_or_other_branch
nodecast-frontend
Web frontend
License : AGPLv3
http://www.nodecast.org/projects/nodecast-frontend
-
Cloning this repository:
git clone git://gitorious.org/nodecast/nodecast-frontend.git nodecast-frontend cd nodecast-frontend
Add this repository as a remote to an existing local repository:
git remote add nodecast-frontend git://gitorious.org/nodecast/nodecast-frontend.git git fetch nodecast-frontend git checkout -b my-local-tracking-branch nodecast-frontend/master_or_other_branch
nodecast-dispatcher
Bot dispatcher backend
License : AGPLv3
http://www.nodecast.org/projects/nodecast-dispatcher
-
Cloning this repository:
git clone git://gitorious.org/nodecast/nodecast-dispatcher.git nodecast-dispatcher cd nodecast-dispatcher
Add this repository as a remote to an existing local repository:
git remote add nodecast-dispatcher git://gitorious.org/nodecast/nodecast-dispatcher.git git fetch nodecast-dispatcher git checkout -b my-local-tracking-branch nodecast-dispatcher/master_or_other_branch
nodecast-api
Web API backend
License : AGPLv3
http://www.nodecast.org/projects/nodecast-api
nodecast-api is a part of the Nodecast backend, it serves to expose the web API and send the XML job from the nodecast desktop to a Qpid queue.
-
Cloning this repository:
git clone git://gitorious.org/nodecast/nodecast-api.git nodecast-api cd nodecast-api
Add this repository as a remote to an existing local repository:
git remote add nodecast-api git://gitorious.org/nodecast/nodecast-api.git git fetch nodecast-api git checkout -b my-local-tracking-branch nodecast-api/master_or_other_branch
nodecast-cli
command line interface
License : GPL V3
http://www.nodecast.org/projects/nodecast-cli
Nodecast CLI is a client for the http://www.nodecast.net website that displays your systems informations.
-
Cloning this repository:
git clone git://gitorious.org/nodecast/nodecast-cli.git nodecast-cli cd nodecast-cli
Add this repository as a remote to an existing local repository:
git remote add nodecast-cli git://gitorious.org/nodecast/nodecast-cli.git git fetch nodecast-cli git checkout -b my-local-tracking-branch nodecast-cli/master_or_other_branch

