Introduction
Here is my port to Linux of the Time Tracker Starter Kit using Mono and FireBird. I've very little writing skills using my own language (spanish) so be tolerant and forgive my very bad english.
I've used this project to learn more about Mono and FireBird database. Using Mono was fairly easy and besides some exceptions I didn't touch the original ASP.net files.
The real challenge was porting the database access layer. I've a lot of experience in Sql Server and found FireBird really powerfull, the database porting only took me a couple of days since FireBird is veryeasy to learn if you have a good MS Sql background. FlameRobin was very usefull to administer the database and execute testing scripts.
I know I might be out of race since I didn't code the MS Sql Server database access layer, but my first goal was to learn Mono and FireBird, and my second goal was the competition so don't ask for the Sql Server files :-)
Prerequisites
Linux I've
Fedora Core 1 but any "Mono enabled" distribution should work fine
Mono I've Mono 1.1.8
FireBird Database I've FireBird 1.5 installed in Super Server mode
FlameRobin Database administration tool for Firebird DBMS
Runninig Instructions
- Unpack the zip file in a folder, this folder will be the application's root folder.
- Mount the database backup (TimeTracker.bkp) available int the zip file. You can use FlameRobin to make this step straigthforward.
- Edit the web.config file and change the database connection string.
- Execute xsp to run the application. To do this cd to the application's root folder and run $MonoPath/xsp
- Point your browser to localhost:8080 login as user ignacio@mail.com password 0 and enjoy it!