Our teacher gives us a sample CodeIgniter application which is named "timetable.tar" Then he asks for running this application through following steps:
- Uncompress and untar the file
- Install it under apache/htdocs
- 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
- ....
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.