Readme

Embed Size (px)

DESCRIPTION

readme

Citation preview

To install/relocate this your server Follow this steps.1. In your phpmyadmin create a database name "simple-website" (you can give any other name too). Run the SQl file database.sql in your database.2. Go to constants.php under libs folder. (libs/constants.php)4. Give the database name in DB_DATABASE which you added in step 1, add database username, hostname, passsword. leave the table name as it its5. Set up your other fields like site path, site name.6. You can manage your backend through manage-site folder.7. If you need to create additional page just simply copy about-us.php and rename it. But make sure add the same name when adding the content in the database. E.g. if you create demo.php add demo as the page alias in the database.Have FUNEnjoy. If you like my project.Visist my site http://www.thesoftwareguy.inLike my facebook fan page https://www.facebook.com/Thesoftwareguy7You can also follow me on twitter @thesoftwareguy7Copyright (c) 2013, Shahrukh Khan (http://www.thesoftwareguy.in)All rights reserved.Redistribution and use in source and binary forms, with or without modification,are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of thesoftwareguy.in or Shahrukh Khan may be used to endorse or promote products derived from this software without specific prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" ANDANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIEDWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AREDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FORANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ONANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.