-
Notifications
You must be signed in to change notification settings - Fork 10
/
README.txt
34 lines (27 loc) · 1.16 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Tardis Bank
-----------
Online pocket money banking for parents and kids.
http://tardisbank.com
http://github.com/mikehadlow/Suteki.TardisBank
Licence: Apache 2.0
http://www.apache.org/licenses/LICENSE-2.0.html
Based on:
Microsoft .NET 4.0
MVC3
Windsor
RavenDb
960Grid
Blog Posts:
http://mikehadlow.blogspot.com/2010/11/aspnet-httpmodule-to-set-current.html
http://mikehadlow.blogspot.com/2010/11/tardis-bank-is-now-live.html
http://mikehadlow.blogspot.com/2010/10/ravendb-indexes-1st-attempt.html
http://mikehadlow.blogspot.com/2010/10/tardis-bank-online-pocket-money-banking.html
http://mikehadlow.blogspot.com/2010/10/ravendb-aspnet-mvc-and-windsor-working.html
http://mikehadlow.blogspot.com/2010/10/ravendb-playing-with-inheritance-and.html
How to get it working
---------------------
1. Get the source code.
1a. In Web.Config change the line: <specifiedPickupDirectory pickupDirectoryLocation="c:\temp\maildrop\"/> to point to a location where the application has write access.
2. Download RavenDb and follow the instructions to start the RavenDb server on port 8080 (localhost).
3. Open the solution file in Visual Studio 2010
4. Hit F5, you should be able to browse the site.