ProLoser / ITC

Team Art Engineered's Information Technology Competition Project 2010 at Cal Poly Pomona
http://itc.artengineered.net/
4 stars 1 forks source link

h3. Installation instructions

git clone

git submodule init

git submodule update

Generate your database in phpmyadmin by running the config/schema/dump.sql

Copy config/database.php.default to config/database.php

Configure your config/database.php to your sql database

Make your tmp and webroot directory writeable

chmod 777 -R tmp

chmod 777 -R webroot

You're done!

h3. YOU SHOULD ONLY MERGE FROM DEAN!!! DO NOT MERGE FROM EACH OTHER

How to update your copy:

ONLY RUN ONCE THE FIRST TIME YOU INSTALL:

git remote add dean git://github.com/ProLoser/ITC.git

git pull dean master

git commit

git push