run the postgresql script provided in the media server installation directory code example
Example 1: how to run postgresql in linux
sudo service postgresql-9.3 start
Example 2: how to run postgresql in linux
sudo service postgresql-9.3 initdb
sudo service postgresql-9.3 start
sudo service postgresql-9.3 initdb