yunity-archive / ARCHIVED-yunity-webapp-mobile

Mobile webapp
GNU Affero General Public License v3.0
6 stars 1 forks source link

Circle CI David

yunity-webapp-mobile

1. install a recent nodejs

We are mostly using >v4 but 0.12.x probably works ok too. You can install via https://github.com/nodesource/distributions:

# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_4.x | bash -
apt-get install -y nodejs

# Using Arch Linux, as root
pacman -S nodejs

2. install bower and a few other deps

$ sudo npm install -g bower

3. you might have to do this

$ ln -s /usr/bin/nodejs /usr/bin/node

4. install app dependecies

bower install
npm install