Edit: Ended up installing wrong version of Ubuntu, so going to be nuking server and starting over, so this is moot point. Learning is fun, but slow
Hi,
I went through the guide in the library to installing nginx (i'm installing to unbuntu 12 though) located at
http://library.linode.com/web-servers/n ... 0-maverick
Everything went great till the last little bit. When I put in
Code:
wget -O init-deb.sh http://library.linode.com/assets/661-init-deb.sh
mv init-deb.sh /etc/init.d/nginx
chmod +x /etc/init.d/nginx
/usr/sbin/update-rc.d -f nginx defaults
When I got to the last step, I got this message in terminal:
Code:
sudo /usr/sbin/update-rc.d -f nginx defaults
System start/stop links for /etc/init.d/nginx already exist.
I'm unsure what this means, and unsure how to tell if/when the service starts/stops.
Any help would be great. I'm new to setting up a server this way, and excited to learn, but this is my first attempt at such a thing. My end goal is to host some Drupal 7 sites on my 512 linode.
-Vidus