Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflory committed Feb 19, 2012
1 parent 6185579 commit 97695bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/databases.yml
Expand Up @@ -4,4 +4,4 @@ all:
param: param:
dsn: 'mysql:host=localhost;dbname=bachelor' dsn: 'mysql:host=localhost;dbname=bachelor'
username: root username: root
password: 1234 password: Cora
4 changes: 2 additions & 2 deletions readme.mdown
Expand Up @@ -9,9 +9,9 @@ You need a webserver like Apache, PHP 5 and a database like MySQL. Furthermore y


To configure the database, please edit the `config/databases.yml` file and run the symfony task `$ php symfony doctrine:build --all --no-confirmation`. There is also some example data included via fixtures: `$ php symfony doctrine:data-load`. To configure the database, please edit the `config/databases.yml` file and run the symfony task `$ php symfony doctrine:build --all --no-confirmation`. There is also some example data included via fixtures: `$ php symfony doctrine:data-load`.


To log into the backend you need a username and a password which can be added and changed in the `apps/backend/config/app.yml` file. The default username is admin with the password payperbid. To log into the backend you need a username and a password which can be added and changed in the `apps/backend/config/app.yml` file. The default username is *admin* with the password *payperbid*.


You have to configure your apache so that your url points to the web-folder. The software will not work inside sub-directories. Here is my apache config: You have to configure your apache so that your url points to the web-folder. The software will not work inside sub folders. Here is my apache config:


Listen 127.0.0.1:8082 Listen 127.0.0.1:8082
<VirtualHost 127.0.0.1:8082> <VirtualHost 127.0.0.1:8082>
Expand Down

0 comments on commit 97695bf

Please sign in to comment.