Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/proloser/itc

Team Art Engineered's Information Technology Competition Project 2010 at Cal Poly Pomona
https://github.com/proloser/itc

Last synced: 9 days ago
JSON representation

Team Art Engineered's Information Technology Competition Project 2010 at Cal Poly Pomona

Awesome Lists containing this project

README

        

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