- Download maven from http://maven.apache.org/download.cgi
wget http://www.us.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
- unzip file
tar -xvf apache-maven-3.3.3-bin.tar.gz
- move file to /usr/local/share
wget http://www.us.apache.org/dist/maven/maven-3/3.3.3/binaries/apache-maven-3.3.3-bin.tar.gz
tar -xvf apache-maven-3.3.3-bin.tar.gz
gem install rails -v 4.2.2
rails 4.2.2 new hello_app
# Directory
/apm # builder N1 use this instead of npm
/build
/docs # N1 docs
/dot-nylas
/examples
/internal_packages
/keymaps
/menus
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
composer global require "laravel/installer=~1.1"
#Bookmark
sudo apt-get update
sudo apt-get install nginx
/usr/share/nginx/html
curl https://install.meteor.com/ | sh
# if you found this error
curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
# fix follow this
http://stackoverflow.com/questions/30154208/trouble-installing-meteor-on-ubuntu-14-04