buddycloud / buddycloud.com

buddycloud static site generation and gh_pages
http://buddycloud.com
Other
18 stars 18 forks source link

Wrong username and database name for the database test #36

Closed Clem69B closed 10 years ago

Clem69B commented 10 years ago

On the install page, in the "buddycloud Server" section, it is proposed to test the database with this command: psql -h 127.0.0.1 --username buddycloudserver -d buddycloudserver -c "select * from nodes;"

The username and the database name are wrong. Here is a correction: psql -h 127.0.0.1 --username buddycloudserverjava -d buddycloudserverjava -c "select * from nodes;"

imaginator commented 10 years ago

Fixed with a409a7c - thanks for sending this through!