Revision 3770
Added by ben leinfelder over 16 years ago
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
remove duplicate CREATEDB step in instructions (pointed out by daigle, thanks!)