OpenGoo delivers the best of CRM and project management


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News OpenGoo delivers the best of CRM and project management
# 1  
Old 10-01-2008
OpenGoo delivers the best of CRM and project management

10-01-2008 11:00 AM
Online office suites are attractive for organizations with modest document processing needs, especially due to their low cost (read: free). But if you don't like the idea of storing your documents outside your network, try OpenGoo. It's an online office suite that installs on your local network and allows users to collaborate with others both inside and outside the network. The open source software, still under active development, is an easy to install and use, and if it's not quite ready for real-world large-scale deployment, it's getting there fast.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help Choosing Unix/Linux for Project management

I'm in the process of really comitting to learning a Unix or Linux OS/distro really well for career opportunities and to use as my main desktop OS. I've been mulling through the choices and I'm having a hard time. Maybe someone can help me. I'm not a noob and I have some FreeBSD and Slackware /... (1 Reply)
Discussion started by: lobill
1 Replies
Login or Register to Ask a Question
CRM 
DAEMON(8) Pacemaker Configuration CRM DAEMON(8) NAME
crmd - CRM Daemon Options SYNOPSIS
[dc-version=string] [cluster-infrastructure=string] [dc-deadtime=time] [cluster-recheck-interval=time] [election-timeout=time] [shutdown-escalation=time] [crmd-integration-timeout=time] [crmd-finalization-timeout=time] [expected-quorum-votes=integer] DESCRIPTION
This is a fake resource that details the options that can be configured for the CRM Daemon. SUPPORTED PARAMETERS
dc-version = string [none] Version of Pacemaker on the cluster's DC. Includes the hash which identifies the exact Mercurial changeset it was built from. Used for diagnostic purposes. cluster-infrastructure = string [heartbeat] The messaging stack on which Pacemaker is currently running. Used for informational and diagnostic purposes. dc-deadtime = time [60s] How long to wait for a response from other nodes during startup. The "correct" value will depend on the speed/load of your network and the type of switches used. cluster-recheck-interval = time [15min] Polling interval for time based changes to options, resource parameters and constraints. The Cluster is primarily event driven, however the configuration can have elements that change based on time. To ensure these changes take effect, we can optionally poll the cluster's status for changes. Allowed values: Zero disables polling. Positive values are an interval in seconds (unless other SI units are specified. eg. 5min) election-timeout = time [2min] *** Advanced Use Only ***. If need to adjust this value, it probably indicates the presence of a bug. shutdown-escalation = time [20min] *** Advanced Use Only ***. If need to adjust this value, it probably indicates the presence of a bug. crmd-integration-timeout = time [3min] *** Advanced Use Only ***. If need to adjust this value, it probably indicates the presence of a bug. crmd-finalization-timeout = time [30min] *** Advanced Use Only ***. If you need to adjust this value, it probably indicates the presence of a bug. expected-quorum-votes = integer [2] The number of nodes expected to be in the cluster Used to calculate quorum in openais based clusters. AUTHOR
Andrew Beekhof <andrew@beekhof.net> Author. Pacemaker Configuration 07/05/2010 CRM DAEMON(8)