Ton install nginx server login to the server as root. Then navigate to the directory whre you would like to download the source file. I usually use /usr/local/src.
You are done !!
#cd /usr/local/srcYou can now donload the installation file as shown below.
#wget http://nginxcp.com/latest/nginxadmin.tarOnce the download is finished, extract the tar file that you have downloaded.
#tar xf nginxadmin.tarNow get into publicnginx
#cd publicnginx
And run the command below to install.
./nginxinstaller install
You are done !!
No comments:
Post a Comment