Opened 13 years ago
Closed 12 years ago
#20269 closed Cleanup/optimization (fixed)
PostGIS template create script for CentOS
| Reported by: | Owned by: | Claude Paroz | |
|---|---|---|---|
| Component: | GIS | Version: | 1.3 |
| Severity: | Normal | Keywords: | documentation geodjango postgis |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Hello,
I was looking at installing GeoDjango/PostGIS on CentOS 6.3.
The documentation page (https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/postgis/#creating-a-spatial-database-template-for-earlier-versions) give database template creation script, but none of them is working for CentOS, due to different path name in CentOS, I guess.
Not sure if it fits as a new ticket, but please find attached the creation script for CentOS 6.3
Thanks,
Stéphane
Attachments (2)
Change History (6)
by , 13 years ago
| Attachment: | create_template_postgis-1.5-centos.sh added |
|---|
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Type: | Uncategorized → Cleanup/optimization |
by , 12 years ago
| Attachment: | create_template_postgis-1.5.sh.patch added |
|---|
comment:3 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Accepted → Ready for checkin |
Great, thanks.
comment:4 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for sharing that script. But instead of creating one more script and considering the minimal changes, would it be possible to improve the generic
create_template_postgis-1.5.shscript and test for the paths from CentOS?