We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Merge pull request #43 from ferrous26/dup2 Remove duplicated instruction from pg setup
Remove duplicated instruction from pg setup
Current Ubuntu versions install Postgres 9.3.4, so OS X should do so too
Merge pull request #41 from ferrous26/master Copy the database.yml instead of linking it
Copy the database.yml instead of linking it
Merge pull request #36 from gillianchesnais/patch-1 More information for setting up database.yml
Link the database.yml file instead of copying it It is harder to ignore changes to the default database.yml.postgresql file if the file is a link instead of a copy.
Add commands for setting up database users in Postgres
Install all database components at once
More information for setting up database.yml Added 2 more steps in the Setup of database.yml. These are to uncomment the "development:" and "test:" part of the file.
Changed superuser account name recommendation From user: olm_db_main pass: olm_db_main to user:markus pass:markus and OLM to MarkUs.
Update SettingUpPostgreSQL.rst Changed instructions slightly to work on newer versions of postgreSQL (>9.1)
Update MarkUs Documentation Remove references to ImageMagick Update RVM instructions Update gem list
Minor modification on the pg set up
Updated InstallProdStable tuto
Some improvments
Updated Mac OS X installation and added some screenshots
Some improvments for PostgreSQL documentation
Changed link name
Fix: Typo
Separated databases tutorials for use them with Mac OS X tutorials