Giter Club home page Giter Club logo

daxstudio's Introduction

Build Status

Branch Status
master Master Build Status
develop Develop Build Status

Building Dax Studio

All of the dependencies for DAX Studio are available as nuget packages, so doing a nuget restore should be enough to build this solution in Visual Studio 2017

When preparing to make changes in order to submit a pull request you should create a feature branch off the develop branch. The develop branch contains the current development build of the code including any new features. The master branch only contains the code for the last stable release. (we merge from develop to master when doing a public release)

For details about debugging

Editing the documentation locally

DAX Studio uses github-pages for daxstudio.org. If you have Windows 10 you can install a development environment for the documentation site using WSL (Windows Subsystem for Linux)

Once you've added the WSL feature and installed an Ubuntu distro you need to open a BASH shell and run the following commands:

sudo apt update
sudo apt upgrade
sudo apt install make gcc
sudo apt install build-essentials
sudo apt install ruby ruby-all-dev
sudo apt install zlib1g-dev
sudo apt install g++
sudo gem install jekyll
sudo gem install bundler
sudo gem install github-pages 
bundle install
bundle update github-pages

Once you have the above dependencies installed, the following commands will run the DAX Studio site locally:

cd /mnt/c/<folder with DaxStudio git repo>/docs
bundler exec jekyll serve --force_polling

daxstudio's People

Contributors

albertospelta avatar azure-pipelines[bot] avatar davestabilify avatar dependabot[bot] avatar dgosbell avatar dmarkle avatar fhtino avatar mankarse avatar marcosqlbi avatar ruiromano avatar spascoe avatar warthurton avatar

Watchers

 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.