diff options
author | Camil Staps | 2015-02-05 00:42:47 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-05 00:42:47 +0100 |
commit | 9ebee14ea6b4d1d098f4b3fa3789e7abeb233851 (patch) | |
tree | f360aedfbf3f98917ee9585c5dc30f23f915d7e4 /README.md | |
parent | Initial commit (diff) |
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39,9 +39,9 @@ BusinessAdmin assumes a MySQL database is setup properly. This can be: There are two files concerned when setting the configuration options. -In `conf.php` you can enter your MySQL details (host, database, username, password, server port). +In conf.php you can enter your MySQL details (host, database, username, password, server port). -In `classes/constants.php`, you should at least set the following options: +In classes/constants.php, you should at least set the following options: * `db_prefix`: set if you'd like BusinessAdmin to use table prefixes in the database. For example, with the prefix `ba_`, tables will get names like `ba_offer`, `ba_client`, etc. @@ -55,7 +55,7 @@ In `classes/constants.php`, you should at least set the following options: ## Create the database tables -Open up `/install/index.php`. When you click 'create tables', it will create all the necessary tables in the database. This is also a first check to see if your MySQL credentials are valid. +Open up /install/index.php. When you click 'create tables', it will create all the necessary tables in the database. This is also a first check to see if your MySQL credentials are valid. ## Permissions @@ -63,7 +63,7 @@ The files folder will be used to put generated invoices in. Make your server use ## Personalizing -If you add a file `logo-correspondence.png` in the files folder, this image will be used as your logo in generated invoices. +If you add a file logo-correspondence.png in the files folder, this image will be used as your logo in generated invoices. # Usage |