The level of implementation of the CCVS is experimental. In future, AllCommerce will provide and API for this system. Look for updated information at http://www.zelerate.org/.
Installation
- Install CCVS as user "nobody." Blowfish algorithm can be used for encryption/decryption here.
- Uncomment functions and libraries that call run_ccvs()
- Edit site.conf to make payprocess=ccvs
- Handle error conditions (e.g., socket error).
Specific Information
- Install CCVS on a machine different from the machine on which os_allcommerce is installed.
- Run a daemon (e.g., os_to_ccvs.pl) on the same machine as CCVS. All the daemon does is receive sensitive information required for authorization from os_allcommerce, communicate with CCVS and return back the authorization status.
- Edit cluster.conf to add the machine on which CCVS is installed and port on which the daemon is running.
If you install CCVS on the same machine as os_allcommerce, edit ccvs.pm to talk to CCVS on the same machine.
|