Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change to document installation #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
param:
phptype: mysql # Database vendor
hostspec: localhost
database: pumukit18
database: pumukit
username: pmk_user
password: pmk_password
port: 3306
Expand Down
4 changes: 2 additions & 2 deletions config/propel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ propel.packageObjectModel = true
propel.project = pumukit
propel.database = mysql
propel.database.createUrl = mysql://pmk_user:pmk_password@localhost/
propel.database.url = mysql://pmk_user:pmk_password@localhost/pumukit18
propel.database.url = mysql://pmk_user:pmk_password@localhost/pumukit

propel.addGenericAccessors = true
propel.addGenericMutators = true
Expand All @@ -13,7 +13,7 @@ propel.schema.validate = false

; directories
propel.home = .
propel.output.dir = /var/www/pumukit18
propel.output.dir = /var/www/pumukit
propel.schema.dir = ${propel.output.dir}/config
propel.conf.dir = ${propel.output.dir}/config
propel.phpconf.dir = ${propel.output.dir}/config
Expand Down