Latest Version
-
Nothing released yet
Online Demo
- http://labs.pixeldragons.com/pixelbugs
- You can sign into the demo with “test.admin” and “password”
Source Code
I have set-up a project on Google Code where you can download the latest source code. To get the latest source code, follow these instructions:
- Download and install an SVN client tool such as TortoiseSVN
- Create a new folder on your computer called PixelBugs
- Perform an SVN Checkout of the following URL: http://pixelbugs.googlecode.com/svn/trunk
Building and Running PixelBugs
- Create a new SQL2005 database (Express is ok) called pixeldragons_pixelbugs.
- Open ..\PixelBugs\src\PixelDragons.PixelBugs.sln in VS2008.
- Uncomment the ActiveRecordStarter.CreateSchema(); line inside GlobalApplication.cs of PixelDragons.PixelBugs.Web.
- In PixelDragons.PixelBugs.Web, open Config\Facilities.config and change the connection string as required to connect to your newly created database.
- Build and run the solution from VS2008 which will create the required database tables.
- In PixelDragons.PixelBugs.Core, run Sql Scripts\Populate Default Data.sql against your newly created database.
- You can now sign into the application with “test.admin” and “password”.