-
Notifications
You must be signed in to change notification settings - Fork 3
manual Installation
Lior Kesos edited this page Mar 7, 2016
·
3 revisions
- node-gyp prerequisites
sudo apt-get install build-essential
- install node
wget -qO- https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get install --yes nodejs
- Install npm (version 2)
npm -g install npm@latest-2
- Install mongodb
sudo apt-get install mongodb
- Install git
sudo apt-get install git
- Run icapi
git clone --branch 0.3 https://github.com/linnovate/icapi.git Desktop/icapi
touch /home/--username--/.mean
sudo npm install -g bower
sudo npm install -g gulp
node tools/scripts/postinstall.js
- Install elasticsearch
wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.1.1/elasticsearch-2.1.1.deb
dpkg install elasticsearch-2.1.1.deb