starting postgres from command line code example
Example 1: how to start psql in linux
sudo service postgresql start
# To start the postgresql service
Example 2: run postgres locally
$ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start