Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Install Postgres for Mac OS X.

Install Postgres for Mac OS X: Difference between revisions

From MoodleDocs
(New page: # download the Mac OSX package [http://www.postgresql.org/download/macosx one click installer] # run the installer, the installer tells you it changed a system file. # restart your Mac # r...)
 
No edit summary
Line 6: Line 6:
# click right on PostgreSQL X.X (there is a little red cross) and select Connect
# click right on PostgreSQL X.X (there is a little red cross) and select Connect
# enter the same password as you enter during the installation.
# enter the same password as you enter during the installation.
# click right on database then create a new database called Moodle
# click right on 'Databases (0)' then create a new database called Moodle


# checkout Moodle from CVS, run the installation
# checkout Moodle from CVS, run the installation

Revision as of 03:06, 1 September 2010

  1. download the Mac OSX package one click installer
  2. run the installer, the installer tells you it changed a system file.
  3. restart your Mac
  4. run the installer a second time, Postgres get installed. Remember the password you indicates. If you don't change anything else, the default user should be called 'postgres'.
  5. run pgAdminIII
  6. click right on PostgreSQL X.X (there is a little red cross) and select Connect
  7. enter the same password as you enter during the installation.
  8. click right on 'Databases (0)' then create a new database called Moodle
  1. checkout Moodle from CVS, run the installation
  2. on the database setup, you will enter:
    • host: localhost
    • user: postgres
    • password: your_password
    • database: Moodle