Guest User

Untitled

a guest
Feb 27th, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. carto project-1.mml > OSMDefault.xml
  2.  
  3. osm2pgsql: &osm2pgsql
  4. type: "postgis"
  5. dbname: "gis"
  6. host: "<your-server-zone>.rds.amazonaws.com"
  7. user: "postgres"
  8. password: "<your-postgres-password>"
  9. ...
  10.  
  11. psql -h <host> -p <port> -U <username> -W <password> <database>
Add Comment
Please, Sign In to add comment