Skip to content

Commit

Permalink
[#1337] check what is listening on ports 543*
Browse files Browse the repository at this point in the history
  • Loading branch information
joetsoi committed Nov 25, 2013
1 parent 2723ff9 commit bd26c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/travis-install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ sudo apt-get install postgresql-$PGVERSION solr-jetty libcommons-fileupload-java
echo "##### Restart Postgres #####"
sudo service postgresql restart

sudo netstat -plnt | grep 543

echo "##### Setup postgres' users and databases #####"
sudo -u postgres psql -c "CREATE USER ckan_default WITH PASSWORD 'pass';"
sudo -u postgres psql -c "CREATE USER datastore_default WITH PASSWORD 'pass';"
Expand Down

0 comments on commit bd26c96

Please sign in to comment.