Giter Club home page Giter Club logo

variantmanagement's Introduction

Getting started

Assume that you just cloned this repository before you can start to work you need a local instance of Innovator.

Repository structure

To get familiarized with repository structure refer to RepositoryStructure section.

Prerequisites to setup innovator locally

  • MSSQL Server 2008 R2 or higher. It can be either local instance or remote.
  • Software can be installed through 'AutomatedProcedures\PowershellScripts\SetupEnvironment.ps1' script execution. It uses Chocolatey tool to download and install reuqired software from the Internet. Open PowerShell console as admin in the root of the repository and run the command:
Set-ExecutionPolicy Bypass -Scope Process -Force; & ".\AutomatedProcedures\PowershellScripts\SetupEnvironment.ps1"
  • Baseline (both code tree and database backup). See details on what is baseline in the baseline section.

SetupInnovatorHere.bat

  • Checkout development branch:
git checkout development
  • Run SetupInnovatorHere.bat as Administrator to setup Innovator instance to the 'Instances' folder. This will perform the following steps:
    • Create your machine and branch specific settings file in the 'C:\_machine_specific_includes' folder if that file doesn't exist.
    • Use the machine and branch specific settings to get common properties.
    • Verify your configuration (This step can lead to failures if configuration has errors. In case of errors fix them and re-run the SetupInnovatorHere.bat as Administrator).
    • Restore code tree from CodeTree.zip which is specified as 'Path.To.CodeTree.Zip' property in the machine and branch specific settings file.
    • Restore Innovator database from backup which is specified as 'Path.To.DB.Bak' property in the machine and branch specific settings file.
    • Create Web Application in local IIS with which you can work.
    • Calculate a deployment package and apply it to just installed Instance.
  • A flow chart of how does SetupInnovatorHere.bat work is presented below:

SetupInnovatorHere.bat flow chart

References

To familiarize with terminology and workflow we recommend you to read the following document: CRT documentation

variantmanagement's People

Contributors

rk1169 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.