8000 GitHub - eaglegis/gama-hms
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eaglegis/gama-hms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

#gama-hms

Prerequisites

  • node v0.12.9 +
  • npm v3 + (see #3)
  • typescript (1.8.10 +)
  • Microsoft .NET Core 1.0.0 - SDK Preview 2
  • .NET Command Line Tools (1.0.0-preview3-003223)

Optional but recommended

$ tsc --watch
  • Atom (1.9.9 +) for editing
    • Extensions:

Inspiration: http://blog.nbellocam.me/2016/03/14/asp-net-core-and-angular-2/

Running on MacOSX

% npm install -g gulp typescript
% git clone git@github.com:eaglegis/gama-hms.git
% cd gama-hms/src
% dotnet restore
% npm install
% dotnet build
% dotnet ef database update
% gulp copy-deps
% tsc
% dotnet run

Running on IIS on Windows

References:

npm install -g gulp typescript
git clone git@github.com:eaglegis/gama-hms.git
cd gama-hms/src
dotnet restore
npm install
dotnet build
dotnet ef database update
tsc
gulp copy-deps
dotnet run
dotnet publish
  • Copy contents of src/bin/Debug/netcoreapp1.0/publish/ into c:/inetpub/hms/.

  • Create App_Data folder and copy WebApplication.db file into it.

  • Add Modify permissions to IIS APPPOOL\api user (ensure local machine is selected when checking name) to App_Data folder.

  • Development Mode

    • If needed, you can set the ASPNETCORE_ENVIRONMENT environment variable to Development as detailed in this article. N.B. you will need to create a project.json file in the application directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0