Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 1.24 KB

installation.md

File metadata and controls

84 lines (49 loc) · 1.24 KB

Installation

OpenDash is built with Meteor and requires Node.js (v4 or higher). See the instructions for your operating system below.

macOS

Node.js

https://nodejs.org/

Meteor

curl https://install.meteor.com/ | sh

Build Tools

Install Xcode, then run xcode-select --install

Homebrew

# http://brew.sh/

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Git

brew install git

Linux

Node.js

https://nodejs.org/

Build Tools

# Ubuntu/Debian

apt-get update

apt-get install -y --no-install-recommends build-essential bzip2 curl ca-certificates git python

Meteor

curl https://install.meteor.com/ | sh

Windows

Node.js

https://nodejs.org/

Windows Build Tools 2015

https://github.com/felixrieseberg/windows-build-tools

# requires admin privileges to install, open a command prompt as an Administrator

npm install -g windows-build-tools

Git

https://github.com/git-for-windows/git/releases

Meteor

https://www.meteor.com/install