Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
/ ODDCIS Public archive

Ontology Driven Information Retrieval System (ISIT990 Final Sem Project 2017)

License

Notifications You must be signed in to change notification settings

nabinked/ODDCIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODDCIS

Ontology Driven Information System (ISIT990 Final Year Project 2017)

Get Started

Requirement

To check if dotnet core 2.0 is installed. Open command prompt and run dotnet --version. If it gives a version then dotnet is installed.

To check if node is installed. Open command prompt and run node --version. If it gives a version then node is installed.

How to run locally

Without Visual Studio

  • Make sure above requirements are met
  • Git clone this repository or download project
  • Go to the /src/ODDCIS.Web/ folder inside this repository
  • Open the command line in that folder and do a npm install followed bydotnet build and then dotnet run
  • Go to localhost:[port] in your browser. Check the command line for [port] number after running dotnet run.

With Visual Studio 2017 or above

  • Git clone this repository or download project
  • Go to the /src/ODDCIS.Web/ folder inside this repository.
  • Open the command line in that folder and do a npm install.
  • In the root folder, find the solution file ODDCIS.sln. Open it with visual studio 2017
  • Ctrl + F5 to run the solution. A browser will open up the application.

Continously Deployed to http://isit990.azurewebsites.net/