PAMP:PHP Fusion
From OpenSource
These instructions apply to version 6.01.13
Contents |
[edit] Initial Steps
- Download php-fusion-6-01-13-full.zip from the PHP Fusion site.
- Create a directory into which you unzip the file.
- Copy the sub-directory php-files and its contents under either c:\data\apache\htdocs or e:\data\apache\htdocs depending on where your document root is.
- Rename the file php-files\blank_config.php to php-files\config.php.
- Start PAMP and WLAN
[edit] Database Creation
- Invoke mysql -h address on your laptop, where address is the IP address of your mobile.
mysql> create database fusion; Query OK, 1 row affected (0.09 sec) mysql>
[edit] Stage 1 - Welcome to PHP-Fusion setup
- Browse to http://address/php-files.
- Database hostname: 127.0.0.1 (not localhost)
- Database Username: dummy (access control is not used at the moment)
- Database Password: dummy (access control is not used at the moment)
- Database Name: fusion
- Table Prefix: fusion_
- [Next]
[edit] Stage 2 - Super Admin login details
- Enter the information
- [Next]
[edit] Stage 3
- Follow the instructions
