Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

TheCashiers/Obsidian

Repository files navigation

Obsidian Canary branch

Build Status Coverage Status CodeFactor

Setting up build and test environment

Windows

Install these following tools:

  • .NET Core SDK
  • Node.js with NPM
  • Yarn
  • MongoDB

And run the build script for PowerShell

./build.ps1

or for Command Prompt

build.cmd

*NIX systems

Run these following command to clone the source code to ./Obsidian directory and install required packages

CentOS

curl -o- https://raw.githubusercontent.com/ZA-PT/Obsidian/canary/configure_env/centos/configure_env.sh | bash

Ubuntu

curl -o- https://raw.githubusercontent.com/ZA-PT/Obsidian/canary/configure_env/ubuntu/configure_env.sh | bash

Arch Linux

curl -o- https://raw.githubusercontent.com/ZA-PT/Obsidian/canary/configure_env/arch/configure_env.sh | bash

And run this script to build

./build.sh

Support for macOS and other linux distributions are coming soon