Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Cipango

...

can

...

either

...

be

...

installed

...

from

...

a

...

#binary

...

release

...

or

...

built

...

from

...

source

...

code

...

.

Binary Release

Cipango releases

Cipango is distributed as a platform independent zip file containing a Jetty and Cipango bundle ready to start. The most recent distribution can be downloaded from our maven repository.

Installing from the Cipango/Jetty bundle

All you need to do is to unzip the archive. The top level directory is a standard Jetty installation. The only difference is that there is a sipapps directory in addition to webapps. This directory is used to deploy SIP or converged application.

Your top-level directory, referred to as ${jetty.home} in this documentation should then look like:

Code Block
bash
bash
$ ls
bin                         META-INF     start.d
etc                         notice.html  start.ini
lib                         README.txt   start.jar
LICENSE-APACHE-2.0.txt      resources    VERSION.txt
license-eplv10-aslv20.html  run.sh       webapps
logs                        sipapps
{code}

h2. Build from Source Code

h3. Getting source code

Cipango source code is available at [

Build from Source Code

Getting source code

Cipango source code is available at https://github.com/cipango/cipango

...

.

...

Use

...

the

...

following

...

command

...

to

...

anonymously

...

check

...

out

...

the

...

latest

...

project

...

source

...

code

...

to

...

a

...

directory

...

named

...

cipango

...

:

...

}
No Format
git clone git://github.com/cipango/cipango.git{noformat}

h3. Building

Cipango uses [Maven|http://maven.apache.org] 

Building

Cipango uses Maven (v2.2.0

...

or

...

later)

...

as

...

its

...

build

...

system.

...

To

...

build

...

just

...

go

...

to

...

the

...

cipango

...

top

...

source

...

directory

...

and

...

type:

...

}
No Format
mvn install{noformat}

When

...

the

...

build

...

is

...

completed,

...

you'll

...

find

...

binary

...

release

...

of

...

cipango

...

packaged

...

as

...

.zip

...

and

...

.tar.gz

...

under

...

the

...

cipango-distribution/target

...

directory.

...

You

...

can

...

now

...

install

...

the

...

binary

...

release

...

as

...

explained

...

above.

...

Testing

Cipango has some integration tests that are not run by default (in tests/integration-tests

...

).

...

To

...

enable

...

them

...

execute

...

the

...

command

...

}
No Format
mvn install -Ditest{noformat}

Load

...

tests

...

(servlet

...

application

...

and

...

SIPp

...

scripts)

...

are

...

located

...

at

...

tests/load-sipapp

...

.

...