This repository has been archived by the owner on Mar 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
foodaemon/personalfinance
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published