phpBMS Installation guide
phpBMS is a web based business management software. phpBMS is written in a combination of php, and javascript, and requires a web server capable of running php, and mysql.
Requirements
- Web server
- PHP >= v4.1.2
- MySQL >= v3.23.58
For Web Server
Note: Due to an error with certain versions of php running as CGI on IIS, phpBMS may not run correctly. If you plan on running phpBMS on IIS on a windows server, make sure that php is running as an ISAPI module.
For PHP
- php >= v4.1.2 (v5 preferred)
For MySQL
- MySQL >= v3.23.58 (v5 preferred)
Installing phpBMS
- Download the archived release file from PhpbmsDownload.
- Extract the files to a location on your web server.
Many people create a subdirectory called 'phpbms' in an already running server location.
- Point your browser to the automated installation script on the installation directory. The URL to access would be in the form of:
http://<server>/<possible sub-directory>/install/install.php
For example if you are running phpBMS on localhost it will be
http://localhost/phpbms/install/install.php
- Follow the on screen instruction to complete your installation.
- It is highly recommended you SecurePhpbms? after installation has completed.