Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh [email protected]
Add ssh fingerprint and enter password provided in email
Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh [email protected]
Add ssh fingerprint and enter password provided in email
class Course < ActiveRecord::Base | |
def image_or_default | |
image.empty? ? 'default.jpg' : image | |
end | |
end |
$ ssh [email protected]