Community
If you would like to get involved in OAproject, have a suggestion, or want to tell something to the OAproject team, you can write to <info@oaproject.net>. We use our sourceforge site to host the forums ans keep track of bugs.
Test platform
There is an integration platform for OApproject. Each developer has access to a Xen? domain. The domains interact with each other only via MOM. This is the main entrance http://arxiver016.arxiver.com/oap/
Setup oerview
SSH port
LAN IP
Mantainer
Services
22001
192.168.2.30
Base Platform
Runs XmlBlaster?, IMS?, and the proxy httpd
22002
192.168.2.32
Open Alliance
Runs SugarCRM?
22101
192.168.2.101
Stelsor
22102
192.168.2.102
Earcon
22103
192.168.2.103
Codifont
22105
192.168.2.105
Genos
Node setup
These are the steps to join the platform for a brand new system:
- Install Ruby
yum -y install ruby
Install RubyGems? from http://rubyforge.org/frs/?group_id=126 (extract, then run "ruby setup.rb")
- Install Daemons gem
gem install daemons # ignore rdoc errors if shown
Install oap-xmlblaster-tools from http://sourceforge.net/project/showfiles.php?group_id=179548
Configure oapdeamon editing /etc/oap/oapconf.rb
OAP_SERVER_IP = "192.168.1.30" # <- the IP of the MOM server OAP_SERVER_PORT = "8080" OAP_CLIENT_IP = "192.168.1.???" # <- the IP of your system OAP_CLIENT_PORT = "8081"
- Start oapdaemon
/etc/init.d/oapdaemon start
- Install your application