Project

General

Profile

« Previous | Next » 

Revision 14699

/README.TXT: Installation: `make install`: added instructions for what to do at each prompt

View differences:

README.TXT
3 3
		sudo apt-get install subversion # does not come preinstalled on Ubuntu
4 4
		svn co https://code.nceas.ucsb.edu/code/projects/bien/trunk bien
5 5
	cd bien/
6
	Install: make install
6
	Install:
7 7
		**WARNING**: This will delete the public schema of your VegBIEN DB!
8
		make install
9
		# at "[sudo] password for user", enter your password and press Enter
10
		# at "Modifying postgresql.conf and pg_hba.conf", type y and press Enter
11
		# at "kernel.shmmax [...] Press ENTER to continue":
12
			# open a new window
13
			# run what it says
14
			# press Ctrl-D
15
			# return to the previous window
16
			# press Enter
17
		# at "restart PostgreSQL manually ... Press ENTER to continue":
18
			# open a new window
19
			# run what it says
20
			# press Ctrl-D
21
			# return to the previous window
22
			# press Enter
23
		# at "This will delete the current public schema of your VegBIEN DB",
24
			type y and press Enter
8 25
	Uninstall: make uninstall
9 26
		**WARNING**: This will delete your entire VegBIEN DB!
10 27
		This includes all archived imports and staging tables.

Also available in: Unified diff