Changes between Version 10 and Version 11 of GPSphotos


Ignore:
Timestamp:
09/26/16 23:16:37 (8 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GPSphotos

    v10 v11  
    4040systemctl start postgresql-9.5
    4141}}}
     42Make sure the path is updated by creating  /var/lib/pgsql/.pgsql_profile with the content:
     43{{{
     44export PATH=/usr/pgsql-9.5/bin:$PATH
     45}}}
    4246
    4347Create the DB schema:
     
    4549sudo -i postgres
    4650createdb mapserver
    47 
     51createuser mapserver
    4852psql mapserver
    49 > create user mapserver
    5053> alter user mapserver with password <password>
    5154