Learning Mambo: A Step/by/Step Tutorial to Building Your Website
上QQ阅读APP看书,第一时间看更新

Chapter 2. Setting up the Development Environment

In this chapter we will cover how to install Mambo on a local machine running in an Apache/MySQL/PHP (AMP) environment. We will not cover the installation of AMP here; you can find a walkthrough of installing the XAMPP package in Appendix A. XAMPP is a free software package that includes PHP, MySQL, Apache, and much more, and is a quick way to get yourself a working AMP development environment.

Since in this chapter we are only dealing with creating a local installation for testing purposes, we shall postpone the coverage of how to deploy and set up Mambo on a remote web server until Chapter 11.

The steps to install and configure Mambo are simple:

  1. Download and extract the Mambo files.
  2. Copy the files to the web server root.
  3. Step through the screens of the Mambo web installer.
  4. Create another, less powerful database user to run the site under.
  5. Remove the installation directory.
  6. Test it out!

Let's get started.