| /trunk/INSTALL r0 | /trunk/INSTALL r65 | ||
| 1 | open-cgf is only tested under linux. It might work under Windows, but it is unlikely to do so without changes. | ||
|---|---|---|---|
| 2 | If you'd like Windows support, please raise an issue at http://code.google.com/p/open-cgf/issues/list | ||
| 3 | Solaris support is probable, but again untested. | ||
| 4 | |||
| 5 | Steps to install. | ||
| 6 | 0. Install Erlang, using packages from http://www.erlang.org or your distribution's package manager. | ||
| 7 | 1. Untar or use subversion to get latest software. | ||
| 8 | 2. Type 'make debug' in the ./src directory | ||
| 9 | 3. Edit the configuration file in the ./etc directory to suit your local environment. | ||
| 10 | Commented-out (%%) options have a default, so leave them commented out until you have the system running... | ||
| 11 | |||
| 12 | You are now ready to run open-cgf. | ||
| 13 | a. In ./bin type ./open-cgf -i | ||
| 14 | b. If it starts up successfully you will see many messages, and it will leave you at the Erlang shell prompt 1> | ||
| 15 | c. Enable your GGSN/SGSN/ITP and monitor the messages, CDRs will be automatically written. | ||
| 16 | |||
| 17 | Recompiling without debug on will reduce the noise level significantly, but open-cgf is still undergoing integration and the more debug the better. | ||
| 18 | Please send any fault, bug, enhancements to feedback@3gtelcotools.com -- I'd love to hear from you. | ||
| 19 | |||
| 20 | Cheers, | ||
| 21 | Bruce | ||