Skip to content

bhairavmehta/enterprisenew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"The Box"

Introduction

Yes, it is a real thing. Read design docs to understand what this is.

Preparation

Developing and building using Windows

In Windows please install a few Linux command line tool simulators:

  1. Install Chocolatey

  2. Install following tools (make, sed, grep) in elevated command line:

    REM in elevated command line
    choco install make sed grep checksum awk jq gnuwin32-coreutils.portable
  3. Disable Auto CRLF:

    git config --global core.autocrlf true
    

Developing and building using Linux or WSL 2.0

No specific preparation steps required at the moment.

Additional tips

  • If you are editing the files on Windows box over Samba share (which maps file modes), you can consider to disable file mode check:
    git config core.fileMode false
    

Building and Testing

For 'The Box' services and containers, dive into this link

Contribute

Reach out to cosine_catalyst@microsoft.com to get more info how to check-in code and contribute.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 87.6%
  • Python 9.3%
  • Dockerfile 1.1%
  • Makefile 0.7%
  • Shell 0.6%
  • PowerShell 0.5%
  • Other 0.2%