共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > full70 |
full70
|
0 | 0 | 4 |
贡献者 | 讨论 | 代码提交 |
Gaelic football prediction website built using the Ruby on Rails framework
To get up and runningI use InstantRails as its quick to setup.
Check out the code from seg2009 (not the trunk, I setup the repository incorrectly at the start, oops!)
svn checkout http://full70.googlecode.com/svn/seg2009/ full70-read-onlyPut the code in your InstantRails apps folder e.g. c:\InstantRails\apps\seg2009
Setup a mysql database segosha2_development
Run the sql script .\db\dump.sql in the new database
Run InstantRails and start the seg2009 Rails app.
Done!