https://github.com/thyseus/netresearch-coding-contest-2012
netresearch-coding-contest-2012
https://github.com/thyseus/netresearch-coding-contest-2012
Last synced: about 1 year ago
JSON representation
netresearch-coding-contest-2012
- Host: GitHub
- URL: https://github.com/thyseus/netresearch-coding-contest-2012
- Owner: thyseus
- License: gpl-3.0
- Created: 2012-05-04T10:59:54.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-04T11:38:04.000Z (about 14 years ago)
- Last Synced: 2025-05-30T18:06:41.236Z (about 1 year ago)
- Language: PHP
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
netresearch-coding-contest-2012
===============================
This is my implementation of a book database (in colloquial speech "library").
It was done for the netresearch-coding-contest-2012.
How to install:
1. Extract the yii framework (http://www.yiiframework.com) into your
webroot (yii-1.1.10 recommended)
2. Extract the coding contest files into a directory into your webroot
(for example library/)
3. If not existing, create a empty directory assets/ and protected/runtime.
Make sure the Web Server process can write into these.
4. Load the .sql file in protected/docs/library.sql into your mysql database
5. Set the DB Connection in protected/config/main.php (db, username & password)
6. Run http://localhost/library.
7. Follow the On-Screen Instructions