/** * CMS-IDE Visual CMS * * @category Installation Wizard * @package CMS-IDE * Copyright (C) 2010-2011 Nebojsa Tomic * * This file is part of CMS-IDE. * * CMS-IDE is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at your option) any later version. * * CMS-IDE is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * * Contact:hide@address.com, hide@address.com, +38113745607, +381645086680 * */ INSTALLATION: 1.Upload archive and extract instalation folder to the root folder of the server. 2.Create database and dbuser in hosting cpanel. 3.Point browser to www.yourdomain.com/CMS-IDE_INSTALL 4.Folow installation steps... MANUAL INSTALLATION: 1.Upload application folder where you want 2.upload public folder to the document root 3.set appropriate paths in bootstrap file (public/index.php) and config settings in application/config/quickstart.ini 4.execute sql from files cmsclean.sql and inserts.sql in phpmyadmin 5.rename htaccess.txt to .htaccess and put in the document root REQUIREMENTS: For the installation: 1.php5 2.mysql5 3.apache web server 4.zlib library 5.file limit 8M For the application: 1.php5 (pdo_mysql or mysqli extansion enabled) 2.mysql5 3.apache web server (mod_rewrite enabled)