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: 11 months ago
JSON representation
Team Art Engineered's Information Technology Competition Project 2010 at Cal Poly Pomona
- Host: GitHub
- URL: https://github.com/proloser/itc
- Owner: ProLoser
- Created: 2010-03-31T06:05:10.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-21T05:29:29.000Z (about 16 years ago)
- Last Synced: 2025-07-24T02:41:28.447Z (11 months ago)
- Language: JavaScript
- Homepage: http://itc.artengineered.net/
- Size: 4.47 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 29
-
Metadata Files:
- Readme: README
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