Revision: 53064
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 11, 2011 12:08 by Xixian
Initial Code
...
Initial URL
Initial Description
Created a new folder (e.g. project) in your local host root folder (c:/xampp/htdocs or /var/www/) Check out the following source code from subversion into this **new folder** `https://punch.cs.sfu.ca/svn/CMPT470-1117-g-alpha5/project/` * * * After checking out, you should able to find all project files in the folder Located a database backup file inside the folder called "**db.sql**" Login mysql as root (or through phpmyadmin) and **import** this backup file. You should able to find a new database called "**project**" in mysql. * * * Visit local server check if everything works: `http://localhost/project/` If cakephp shows no error, you can start working on files in this folder. Otherwise, fix any errors occurs and try again (database setting should be root/ilove470, if you use a different one, please *change it back or exclude the config file before you commit*)
Initial Title
Setting up project development environment
Initial Tags
Initial Language
PHP