QCubed Installation Wizard

Step 1: Set the installation directory

Enter the path where you have copied the framework files. The path would ideally contain the directories assets, drafts and includes along with a few other files.
Most likely value: /var/www/html/cinema

If you do not want to use this wizard, follow the instructions below to configure QCubed:

  1. Open the installation directory where you have extracted/copied the QCubed installation files. It appears you have copied QCubed to /var/www/html/cinema
  2. Go to the includes directory within the installation directory. The full path should be /var/www/html/cinema/includes.
  3. See if a file named configuration.inc.php already exists.
    • If it already exists, then probably you have the framework configured and you need not do anything.
    • If it does not exist already, then create a new file with that name (configuration.inc.php) and copy the contents of configuration.inc.php.sample into configuration.inc.php.
  4. Change the variables __DOCROOT__, __SUBDIRECTORY__ and __VIRTUAL_DIRECTORY__ in the new file. Also alter the settings of DB_CONNECTION_1 to desired values. The file (configuration.inc.php) contains required information about the importance and usage of these variables (along with a few suggestions).
  5. The framework should get installed at this point of time. Just visit the home page!