Skip to content
This repository has been archived by the owner on Mar 3, 2019. It is now read-only.

foodaemon/personalfinance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Build and Run the Application via Command Line on OSX
----------------------------------------------------
1. Restore nuget packages needed by the solution.
nuget restore Finance.sln

2. Build the solution via xbuild. xbuild is the mono's implementation of msbuild by Microsoft.
xbuild /p:BuildWithMono="true" /p:Configuration=Release Finance.sln

3. Running your asp.net mvc app via fastcgi
fastcgi-mono-server4 /applications=/:/opt/www/finance/ /socket=tcp:127.0.0.1:8083 /printlog=True

About

Personal Finance Application - ASP.NET MVC-Postgresql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published