MyClientBase


Installation

  1. Download MyClientBase
  2. Unpack and copy the files to your web server
    Copy the files into the folder which will store the application. For example, if MyClientBase will be accessed at http://www.your-server.com/invoices/, then copy the files to the invoices folder on the web server.
  3. Set folder permissions
    Set the following folders to be writable:
    • /application/helpers/dompdf/lib/fonts/
    • /application/modules_core/invoices/views/invoice_templates/
    • /application/modules_core/payments/views/receipt_templates/
    • /uploads/
  4. Create an empty database
    This is typically done through a MySQL management utility such as MySQL Workbench or phpMyAdmin.
  5. Configure the database
    Open /application/config/database.php and adjust the following variables:
    • $db['default']['hostname'] = 'your_db_hostname';
    • $db['default']['username'] = 'your_db_username';
    • $db['default']['password'] = 'your_db_password';
    • $db['default']['database'] = 'your_db_name';
  6. Complete the install

    Visit index.php/setup.

    If MyClientBase was installed to http://www.your-server.com/invoices/, then visit the following address in your browser to complete the installation:

    http://www.your-server.com/invoices/index.php/setup/

    The Setup Utility will determine if this is an upgrade or a new installation and will guide you appropriately.