<div dir="ltr">I 'd like to post an issue that I had with apt-get Installation of GeoNode 2.4 <br>and I fixed with the hope of helping someone else with the same problem.<br>After creating a clean and fresh Ubuntu 14.04 remote VM, I installed geonode with apt-get:<br><br>sudo add-apt-repository ppa:geonode/stable<br>sudo apt-get update<br>sudo apt-get install geonode<br><br>But when I executed the following commands:<br>geonode createsuperuser<br>sudo geonode-updateip 127.0.0.1<br><br>I had errors like:<br>2017-01-31 22:15:58 EET FATAL:  password authentication failed for user "geonode"<br>2017-01-31 22:15:58 EET DETAIL:  Connection matched pg_hba.conf line 94: "host    <br>2017-01-31 22:54:31 EET FATAL:  role "user" does not exist<br>2017-01-31 22:54:49 EET FATAL:  database "geonode" does not exist<br><br>So, I realized that geonode user and database didn't exist. Thus, I followed the custom procedure of creating GeoNode DB:<br><a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/create_geonode_db.html">http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/create_geonode_db.html</a><br><br>and finally I ran: sudo python manage.py syncdb -noinput<br><br>After these steps, problem solved.<br><br><br><br><br></div>