You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by ddemland <dd...@smartstorebi.com> on 2014/04/01 19:33:19 UTC

Installation

I am new to Camel and I am having a hard time understanding how to install
it. I am trying to test on an Ubuntu 13.1 server and I am not sure, do I
have to have Apache installed first, then Camel or what? Is there a web page
that will show me how to install from the beginning?

Thank You for any help,

David Demland



--
View this message in context: http://camel.465427.n5.nabble.com/Installation-tp5749641.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Installation

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Camel is not a server you install.
Its a Java library (or framework if you will).

So you use some other kind of server to host your applications which
can in turn can use Camel.

For example you can use Apache Tomcat as a web container and deploy
web apps in Tomcat and these web apps can use Camel.



On Tue, Apr 1, 2014 at 7:33 PM, ddemland <dd...@smartstorebi.com> wrote:
> I am new to Camel and I am having a hard time understanding how to install
> it. I am trying to test on an Ubuntu 13.1 server and I am not sure, do I
> have to have Apache installed first, then Camel or what? Is there a web page
> that will show me how to install from the beginning?
>
> Thank You for any help,
>
> David Demland
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Installation-tp5749641.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Re: Installation

Posted by "Walzer, Thomas" <th...@integratix.net>.
Hi,

as Claus already stated Camel is not a server, but there are servers that have everything on board.
For a quick win:

1) Download servicemix (or fabric8, your milage may vary)
2) install it
3) put the simplest possible camel route in a blueprint.xml
4) drop that blueprint.xml into the „deploy“ folder
5) be amazed and check the log files

For 3) you should find samples/boilerplate by googling around.
If you don´t know what I am talking about, I would refer you to the books from Claus or Scott&Jakub..
The other 2 books are also a good starting point. See:

http://camel.apache.org/books.html

Cheers, Thomas.

Am 02.04.2014 um 00:51 schrieb Gnanaguru S <gn...@gmail.com>:

> 
> 
> Yes. Otherwise, you should be able to see many examples in the camel home
> directory. In that some examples can run standalone without any container. 
> 
> for an instance, refer this link
> https://github.com/apache/camel/tree/master/examples/camel-example-tracer
> 
> Eitherways you should have Maven installed. 
> 
> 
> 
> --
> View this message in context: http://camel.465427.n5.nabble.com/Installation-tp5749641p5749648.html
> Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Installation

Posted by Gnanaguru S <gn...@gmail.com>.

Yes. Otherwise, you should be able to see many examples in the camel home
directory. In that some examples can run standalone without any container. 

for an instance, refer this link
https://github.com/apache/camel/tree/master/examples/camel-example-tracer

Eitherways you should have Maven installed. 



--
View this message in context: http://camel.465427.n5.nabble.com/Installation-tp5749641p5749648.html
Sent from the Camel - Users mailing list archive at Nabble.com.