RequirementsPHP 5.1 or greater A good PHP OpCode caching engine is highly recommended. Consider using APC or as an alterantive eAccelerator. A google search should turn up several ways to get them working. Note: These are requirements for OpenBiz 2.2, for requirements involving 2.0 check here. InstallationStart by downloading the OpenBiz source here. Extract the source files in a web accessible directory. You should see two folders, demoapp and openbiz. OpenBiz comes with it's own core files as well as any needed libraries such as phpmailer, smarty and Zend FW. Install the Demo Application by navigating to the following location.
Configure Database Access 1. Change Config.xml Driver attribute. http://us2.php.net/manual/en/ref.pdo.php#pdo.drivers gives the list of supported PDO drivers. 2. Run Openbiz dempapp by launching http://localhost/ob22/demoapp/demo.html in web browser. The home of the demo event management application is changed to http://localhost/ob22/demoapp/bin/home.php instead of http://localhost/ob22/demoapp/pages/EventMgr.htm in 2.1 version. Use Your Own Zend Framework
Upgrade TipsOpenbiz release zip file has 2 directories - openbiz and demoapp. Openbiz directory has the core openbiz classes library, while demoapp has openbiz core javascript files as well as all application code, metadata and template files. Keep in mind the template files have critical code to work with BizForm. 1. Download new Openbiz release and overwrite the old openbiz directory 2. Say your current application is under myapp directory. You need to
|
||||



