Project

General

Profile

« Previous | Next » 

Revision 3770

remove duplicate CREATEDB step in instructions (pointed out by daigle, thanks!)

View differences:

docs/user/os_specific/install_metacat_mac.html
106 106
sudo mkdir -p data/metacat/inlinedata
107 107
chown -R yourusername.yourusername data
108 108

  
109

  
110
bin/initdb -D data
111
bin/pg_ctl -D data -l logfile start
112
bin/createdb metacat
113
bin/psql -d metacat
114
metacat=> create user metacat with unencrypted password 'yourpassword';
115
metacat=> \q
116 109
</pre>
117 110

  
118 111
<p>

Also available in: Unified diff