Skip to content

Commit

Permalink
release version 1.3.3 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
okeuday committed Oct 1, 2014
1 parent d9da01f commit 6a0df7d
Show file tree
Hide file tree
Showing 492 changed files with 10,948 additions and 3,979 deletions.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[CloudI 1.3.2 (beta)](http://cloudi.org)
#[CloudI 1.3.3 (beta)](http://cloudi.org)

[![Build Status](https://secure.travis-ci.org/CloudI/CloudI.png?branch=develop)](http://travis-ci.org/CloudI/CloudI)

Expand Down Expand Up @@ -109,6 +109,7 @@ Integration points:
* memcached with [`cloudi_service_db_memcached`](https://github.com/CloudI/CloudI/blob/master/src/lib/cloudi_service_db_memcached/src/cloudi_service_db_memcached.erl)
* MySQL with [`cloudi_service_db_mysql`](https://github.com/CloudI/CloudI/blob/master/src/lib/cloudi_service_db_mysql/src/cloudi_service_db_mysql.erl)
* PostgreSQL with [`cloudi_service_db_pgsql`](https://github.com/CloudI/CloudI/blob/master/src/lib/cloudi_service_db_pgsql/src/cloudi_service_db_pgsql.erl)
* Riak with [`cloudi_service_db_riak`](https://github.com/CloudI/CloudI/blob/master/src/lib/cloudi_service_db_riak/src/cloudi_service_db_riak.erl)
* Tokyo Tyrant with [`cloudi_service_db_tokyotyrant`](https://github.com/CloudI/CloudI/blob/master/src/lib/cloudi_service_db_tokyotyrant/src/cloudi_service_db_tokyotyrant.erl)

Dynamic configuration uses the CloudI Service API (See [`src/service_api/README`](https://github.com/CloudI/CloudI/tree/master/src/service_api#readme))
Expand Down
10 changes: 5 additions & 5 deletions doc/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

### Get CloudI Running

$ wget http://sourceforge.net/projects/cloudi/files/latest/download -O cloudi-1.3.2.tar.gz
$ tar zxvf cloudi-1.3.2.tar.gz
$ cd cloudi-1.3.2/src
$ wget http://sourceforge.net/projects/cloudi/files/latest/download -O cloudi-1.3.3.tar.gz
$ tar zxvf cloudi-1.3.3.tar.gz
$ cd cloudi-1.3.3/src
$ ./configure
$ make
$ sudo make install
Expand Down Expand Up @@ -56,7 +56,7 @@ The Quick Start guide below shows how to create both an internal (Erlang) CloudI
cloudi_service_terminate(_, #state{}) ->
ok.
EOF
$ erlc -pz /usr/local/lib/cloudi-1.3.2/lib/cloudi_core-1.3.2 -pz /usr/local/lib/cloudi-1.3.2/lib/cloudi_core-1.3.2/ebin hello_world.erl
$ erlc -pz /usr/local/lib/cloudi-1.3.3/lib/cloudi_core-1.3.3 -pz /usr/local/lib/cloudi-1.3.3/lib/cloudi_core-1.3.3/ebin hello_world.erl

You now have a compiled internal CloudI service which is ready to run. You can also provide an OTP application file with the same name, if the internal CloudI service has application dependencies.

Expand Down Expand Up @@ -92,7 +92,7 @@ You can get the same behavior with an external CloudI service, which is written

$ cat << EOF > hello_world.py
import sys
sys.path.append('/usr/local/lib/cloudi-1.3.2/api/python/')
sys.path.append('/usr/local/lib/cloudi-1.3.3/api/python/')
from cloudi_c import API

class Task(object):
Expand Down
849 changes: 714 additions & 135 deletions doc/html/api.html

Large diffs are not rendered by default.

308 changes: 0 additions & 308 deletions doc/html/api/cloudi_core-1.3.2/cloudi_configuration.html

This file was deleted.

193 changes: 0 additions & 193 deletions doc/html/api/cloudi_core-1.3.2/cloudi_configurator.html

This file was deleted.

49 changes: 0 additions & 49 deletions doc/html/api/cloudi_core-1.3.2/cloudi_core_sup.html

This file was deleted.

Loading

0 comments on commit 6a0df7d

Please sign in to comment.