2

Our teacher gives us a sample CodeIgniter application which is named "timetable.tar" Then he asks for running this application through following steps:

  1. Uncompress and untar the file
  2. Install it under apache/htdocs
  3. Change the values of the database, username, and password settings in airuoft/application/config/database.php to the appropriate values for your database. Start Apache
  4. ....

I am really confused with the step 2. and i can't find apache/htdocs folder on my Mac OS X 10.8.4

BTW, I have already installed PHP and Apache. Thank you.

4

2 回答 2

4

Are you sure you have installed apache and php, if it doesnt you can dowloand

http://www.mamp.info/en/index.html

It's easy to use and install you can find in:

/Applications/MAMP/htdocs

http://documentation.mamp.info/en/mamp/first-steps

于 2013-07-07T22:06:50.957 回答
1

默认情况下,在 Mac OS 上,它位于

/Library/WebServer/Documents
于 2017-07-30T01:51:56.700 回答