Ontology Driven Information System (ISIT990 Final Year Project 2017)
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.
- 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 thendotnet run
- Go to localhost:[port] in your browser. Check the command line for [port] number after running
dotnet run
.
- 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/