- Creates /XEN-TOOLS/ director at root of server
- Creates custom install of nginx
- Pulls sites / vhosts from within this repo & configures them
- Fresh install Ubuntu 12.04 on Azure Server
- Become Root by typing: sudo su
- Move to temp directory: cd /tmp
- Download installer script: wget wget https://raw.githubusercontent.com/NutraXen/nginx/master/bash/install-nginx-custom.sh
- Begin Installer: sudo bash install-nginx-custom.sh
to get latest version type the following commands:
service nginx stop
cd /usr/share
rm -r nginx
git clone https://github.com/NutraXen/nginx.git
/etc/init.d/nginx reload
service nginx start