If you do not want to use this wizard, follow the instructions below to configure QCubed:
-
Open the installation directory where you have extracted/copied the QCubed installation files. It
appears you have copied QCubed to
/var/www/html/cinema -
Go to the includes directory within the installation directory. The full path should be
/var/www/html/cinema/includes. -
See if a file named
configuration.inc.phpalready 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 ofconfiguration.inc.php.sampleintoconfiguration.inc.php.
-
Change the variables
__DOCROOT__,__SUBDIRECTORY__and__VIRTUAL_DIRECTORY__in the new file. Also alter the settings ofDB_CONNECTION_1to desired values. The file (configuration.inc.php) contains required information about the importance and usage of these variables (along with a few suggestions). - The framework should get installed at this point of time. Just visit the home page!