Create droplet of your liking (ubuntu 12.10 x32)
ssh to root in terminal with your server ip
ssh -i config/onvard.pem [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 -i config/onvard.pem [email protected]
Add ssh fingerprint and enter password provided in email
| # Modelo base | |
| class @Model | |
| constructor: (defaults,urls) -> | |
| @__defaults = if typeof defaults is "object" then defaults else {} | |
| @__urls = if typeof urls is "object" then defaults else {} | |
| @set(@__defaults) | |
| get: (attr) -> | |
| ko.unwrapObservable @[attr] |