mirror of https://github.com/postgres/postgres
directory. Mark Cotner and David FetterREL8_3_STABLE
parent
44af16f6b7
commit
87a9473276
@ -0,0 +1,3 @@ |
||||
To install execute the following: |
||||
|
||||
sudo /bin/sh ./install.sh |
@ -0,0 +1,10 @@ |
||||
sudo sh -c 'echo "POSTGRESQL=-YES-" >> /etc/hostconfig' |
||||
sudo mkdir /Library/StartupItems/PostgreSQL |
||||
sudo cp PostgreSQL /Library/StartupItems/PostgreSQL |
||||
sudo cp StartupParameters.plist /Library/StartupItems/PostgreSQL |
||||
if [ -e /Library/StartupItems/PostgreSQL/PostgreSQL ] |
||||
then |
||||
echo "Startup Item Installed Successfully . . . " |
||||
echo "Starting PostgreSQL Server . . . " |
||||
SystemStarter restart PostgreSQL |
||||
fi |
Loading…
Reference in new issue