For reference, the list of steps are:
After the database server is installed, we need to create a specific user called TheatreManager and give them privileges. We also want to import a demo database. This step assumes that you have installed things into the /Users/Shared directory. If you did not, then you will need to edit the script and do this step manually
| 1. |
Go to /Users/Shared directory. You should see some files and folders with names that look like below.
|
| 2. |
su - postgres Press and the postgres user's password (password will not display anything) |
| 3. |
Click on the terminal window and then press If it does not run, then possible issues are:
|
| 4. |
You can modify this script to load up a customer database if neccessary by editing it in BBedit or in textedit (make sure to save it as text if you use textedit - its preference, unfortunately, is to save as an rtf document). Note, any WARNING messages from the TheatreManagerDemo database creation can be ignored. These warnings are normal. |
Step 3: Install Theatre Manager on the server machine and access the database