Count Estimates
SELECT
reltuples AS ESTIMATE
FROM
pg_class
WHERE
Update and Upgrade the server
$ sudo apt-get update && sudo apt-get upgrade
Follow instructions to add user ubuntu
and grant ubuntu
root priviledges
Install openssh-server
$ sudo apt-get install openssh-server
from fabric.api import * | |
""" | |
Base configuration | |
""" | |
env.project_name = '$(project)' | |
env.database_password = '$(db_password)' | |
env.site_media_prefix = "site_media" | |
env.admin_media_prefix = "admin_media" | |
env.newsapps_media_prefix = "na_media" |