Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Checking out from git

Code Block

git clone https://git-wip-us.apache.org/repos/asf/camel.git

Only project developers can commit to the git via this method. SSH must be installed on your client machine. Enter your site password when prompted.

Using github

The source code is mirrored to github, so you can also checkout the source code from github, if you are familiar with using github. By using github you can submit pull requests to the project using the standard github way.

Building the code

To then build the code see Building.