Create droplet of your liking (ubuntu 12.04 x32) Use an xx.04 LTS version
On Digital Ocean, create a DNS entry for your server (xyz.com)
Make sure it has NS records that use digital oceans nameservers
# need to be run as root | |
# Add NewRelic repo | |
wget -O - https://download.newrelic.com/548C16BF.gpg | sudo apt-key add - | |
# sure the new repo on the list | |
# /etc/apt/sources.list.d/newrelic.list and set it to contain the line: | |
deb http://apt.newrelic.com/debian/ newrelic non-free | |
Create droplet of your liking (ubuntu 12.04 x32) Use an xx.04 LTS version
On Digital Ocean, create a DNS entry for your server (xyz.com)
Make sure it has NS records that use digital oceans nameservers
sudo apt-get update | |
sudo apt-get install nginx | |
#default website |
1 Sign up - (Droplets & SSH Keys setup)
2 In terminal ssh root@your_ip_address
3 Install Git : Instruction
sudo apt-get update
sudo apt-get install git
and add to github account setting ssh key. 4 Install nginx - Follow this steps
mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
File locations:
nginx.conf
to /usr/local/etc/nginx/
default
and default-ssl
to /usr/local/etc/nginx/sites-available
homebrew.mxcl.nginx.plist
to /Library/LaunchDaemons/
Package Control
NB: after restarting sublime, go to Preferences -> Settings
and check the user settings. If Package Control
is in ignored package
delete from it and save the file.