Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Install Postgres for Mac OS X: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
Cap resum de modificació
Línia 1: Línia 1:
# install [https://docs.moodle.org/en/Complete_Install_Packages_for_Mac_OS_X MAMP package] in order to have apache all configured.
# download the Mac OSX package [http://www.postgresql.org/download/macosx one click installer]
# 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.
# run the installer, the installer tells you it changed a system file.

Revisió del 03:10, 1 set 2010

  1. install MAMP package in order to have apache all configured.
  2. download the Mac OSX package one click installer
  3. run the installer, the installer tells you it changed a system file.
  4. restart your Mac
  5. 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'.
  6. run pgAdminIII
  7. click right on PostgreSQL X.X (there is a little red cross) and select Connect
  8. enter the same password as you enter during the installation.
  9. 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