Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/proloser/itc
- Owner: ProLoser
- Created: 2010-03-31T06:05:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-21T05:29:29.000Z (over 14 years ago)
- Last Synced: 2023-04-19T21:16:58.286Z (over 1 year 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 theconfig/schema/dump.sql
# Copyconfig/database.php.default
to config/database.php
# Configure yourconfig/database.php
to your sql database
# Make yourtmp
andwebroot
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