Skip to content

Installation Linux

Md. Abu Taher edited this page Nov 27, 2017 · 3 revisions

Clone the repo

git clone https://github.com/vanila-io/wireflow.git
cd wireflow

Dependencies

Install node-canvas dependencies:

sudo apt-get install build-essential g++ libcairo2-dev libjpeg-dev libgif-dev libjpeg8-dev libpango1.0-dev 

Install Basic Dependencies

Install Meteor and then install yarn and node-gyp for future usage.

curl https://install.meteor.com/ | sh
meteor npm install -g yarn node-gyp

Install other dependencies

meteor yarn

Start the app

meteor yarn start
Clone this wiki locally