Project

General

Profile

« Previous | Next » 

Revision 13797

/Makefile, /README.TXT: PostgreSQL: Mac OS X: switched to using homebrew, which supports PostGIS

View differences:

README.TXT
467 467
				start Dropbox: /Applications > double-click Dropbox.app
468 468
	to backup files not in Time Machine:
469 469
		On local machine:
470
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/
470
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres
471 471
			then review diff, and rerun with `l=1` prepended
472
		pg_ctl. stop # stop the PostgreSQL server
473
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/
472
		launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
473
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres
474 474
			then review diff, and rerun with `l=1` prepended
475
		pg_ctl. start # start the PostgreSQL server
475
		launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
476 476
	VegCore data dictionary:
477 477
		Regularly, or whenever the VegCore data dictionary page
478 478
			(https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCore)

Also available in: Unified diff