Web Designing With Open Source CMS

Embed Size (px)

Citation preview

  • 8/4/2019 Web Designing With Open Source CMS

    1/28

    LOGO

    A Presentation on

    Web Designing withOpen Source CMS

    BY

    ALOK RANJANIT, FINAL YEAR

    Engineering College Bikaner

  • 8/4/2019 Web Designing With Open Source CMS

    2/28

    Contents

    Project Overview2

    Open Source A Basic Concept3

    What is CMS4

    ListofPopularCMSs6

    CMS Installation5

    CompanyProfile1

    Limitations7

  • 8/4/2019 Web Designing With Open Source CMS

    3/28

    Company Profile

    A flashback Album of SAIL

    Organization Background

    Research & Development Centre, SAIL

    Computer and IT Department, RDCIS,SAIL

  • 8/4/2019 Web Designing With Open Source CMS

    4/28

    A flashback album of SAIL

    Expanding Horizon (1954-1959) Hindustan Steel Private Limited was set up on January 19,

    1954.

    The registered office was originally in New Delhi. It moved toCalcutta in July 1956, and ultimately to Ranchi in December1959.

    Holding Company

    This led to the formation of Steel Authority of India Ltd.

    The company, incorporated on January 24, 1973 with an

    authorized capital of Rs. 2000 crore, was made responsiblefor managing five integrated steel plants at Bhilai, Bokaro,Durgapur, Rourkela and Salem.

    In 1978 SAIL was restructured as an operating company.

  • 8/4/2019 Web Designing With Open Source CMS

    5/28

    Organization Background

    Steel Authority of India Limited - A Maharatna Steel Authority of India Limited (SAIL) is the leading steel-

    making company in India. It is a fully integrated iron and steelmaker, producing both basic and special steels for domesticconstruction, engineering, power, railway, automotive and defenceindustries and for sale in export markets.

    SAIL is also among the five Maharatnas of the country's CentralPublic Sector Enterprises.

    Major Units

    Bhilai Steel Plant (BSP) in Chhattisgarh

    Durgapur Steel Plant (DSP) in West Bengal

    Rourkela Steel Plant (RSP) in Orissa

    Bokaro Steel Plant (BSL) in Jharkhand

    IISCO Steel Plant (ISP) in West Bengal

    Salem Steel Plant (SSP) in Tamilnadu

    COMPANY PROFILE

  • 8/4/2019 Web Designing With Open Source CMS

    6/28

    Research & Development Centre, SAIL

    The Research & Development Centre at Ranchi isthe corporate R&D unit of SAIL.

    Set up in 1972, the Centre has ISO: 9001certification to its credit.

  • 8/4/2019 Web Designing With Open Source CMS

    7/28

    Computer andITDepartment, RDCIS,SAIL

    The software development division of RDCIS hastwo decades of experience in executing largesoftware and networking projects encompassingdesign, development, testing, implementation andmaintenance.

    The computerized and software developmentdivision of RDCIS has always provided us with highquality service and we have immensely benefitedby our association with them.

    The team of IT professionals at RDCISdeserves all appreciation for developingsoftware systems to ourgreatestsatisfaction.

  • 8/4/2019 Web Designing With Open Source CMS

    8/28

    ProjectOverview

    Your final requirement

    Using tools and softwares

    About the project Introductio

    n

    Design

    Process

    Requirement

    DevelopmentEnvironment

    Step by step

  • 8/4/2019 Web Designing With Open Source CMS

    9/28

    Open Source A Basic Concept

    Code Available

    They arefree

    Cross-Platform

    Technology-Neutral

    Freedom

    WHY ?

    Open source programs are

    very cool because:

  • 8/4/2019 Web Designing With Open Source CMS

    10/28

    What is CMS

  • 8/4/2019 Web Designing With Open Source CMS

    11/28

    CMS - Content Management System

    A Content Management System (CMS) is a Webapplication that uses a database (usually MySQL)or other methods to create, edit, and storeHTML content in a manageable way. Content iscreated and edited on the web in an administrationportion of the web .The resulting content is thendisplayed to the viewers on the regular site.

    It quite literally allows you to control and managethe content within your web site - without

    technical training. Using this uncomplicated systemyou can very easily add, delete images and edittext in your web site on the fly. You can also havean unlimited number of pages and a full site-search engine.

  • 8/4/2019 Web Designing With Open Source CMS

    12/28

    What to Look for in a CMS ?

    AnswerAnswer

    Quick and

    easyinstallation

    Helpful

    usercommunity

    Simple

    administrationinterface

    Simpletemplatemanipulation

  • 8/4/2019 Web Designing With Open Source CMS

    13/28

    Installation AMP Server

    WAMP

    LAMP

    MAMP

    AMP

    Text

    AMP APACHE, MYSQL, PHP

    XAMPP

    Windows,

    Apache, Mysql,PHP

    Linux, Apache,

    Mysql, PHP

    Macintosh,

    Apache, Mysql,PHP

    , Apache,

    Mysql, PHP

  • 8/4/2019 Web Designing With Open Source CMS

    14/28

    InstallingLAMP On LinuxOperating System

    Finally test the LAMPinstallation

    Install andtest Mysql

    Install and test PHPUsing phpinfo()

    Install andtest ApacheServer

    sudo apt-get install mysql-server

    sudo apt-get install php5 libapache2-mod-php5

    sudo apt-get install apache2

    Apache Installation

    PHP Installation

    Mysql Installation

    Testing AMP server

  • 8/4/2019 Web Designing With Open Source CMS

    15/28

    Installing WAMPOn Windows Operating System

    Double Click

    WAMPInstallation

    Configure Mail Server

    GPL

    Setting Path

    Launch WAMP

    InstallationComplete

    Host Name

  • 8/4/2019 Web Designing With Open Source CMS

    16/28

    Installation of CMS over any AMP server like WAMP, LAMP or XAMPP is veryeasy. Here some of the steps that clears how to install CMS on WAMP server.

    Installation CMS overWAMP Server

    c/wamp/www

    settings.php

    Extract

    Unzipthe

    downloaded CMSfile

    Copy unzipped

    folder and paste it

    to c/wamp/www

    and rename the

    folder according to

    requirement

    .

    Copy thedefault.settings.php

    and same place

    with named

    settings.php

  • 8/4/2019 Web Designing With Open Source CMS

    17/28

    Installation CMS overWAMP Server

    Create a database

    using phpmyadmin

    Go to Web-

    browser and type

    localhost or

    127.0.0.1.

    Go to browser

    and type

    localhost/CMS

    Folder Name

    Like localhost/sail

    localhost Database Launch

  • 8/4/2019 Web Designing With Open Source CMS

    18/28

    Installation CMS overWAMP Server

    You will get an interface like that ask to you CMS installation language.

  • 8/4/2019 Web Designing With Open Source CMS

    19/28

    www.themegallery.com

    Installation CMS overWAMP Server

    InstallationInstallation

    StepsSteps

    LaunchLaunchWebsiteWebsite

    SettingSetting

    DatabaseDatabase

    Configure

    Site

  • 8/4/2019 Web Designing With Open Source CMS

    20/28

    Installation CMS overWAMP Server

  • 8/4/2019 Web Designing With Open Source CMS

    21/28

    CMS Functionalities

    Fully Module Based Easyto ExtendSimpleuser

    management

    and permissions

    MVC architecture

    Form/Calendar/events

    generators

    Internal Search

    Engine

    Pagecaching

    Features

  • 8/4/2019 Web Designing With Open Source CMS

    22/28

    List of Top Content Management Systems

    1

    Joomla

    2

    Drupal

    3

    Wordpress

    (WP)

  • 8/4/2019 Web Designing With Open Source CMS

    23/28

    List of Top Content Management Systems

    Joomla! is a free and open source conten

    management system (CMS) forpublishing

    content on the World Wide Web and

    intranets.

    Drupal is a free and open source CMS

    and content management framework

    (CMF) written in PHP and distributed

    underthe GNU General Public License.

    WordPress is an open source blog tool

    and publishing platform powered by

    PHP and MySQL.

  • 8/4/2019 Web Designing With Open Source CMS

    24/28

    www.themegallery.com

    Comprision

    Joomla Drupal WordpressCMS

    Features

    Database

    Server

    License

    Operating

    System

    Prog. Lang.

    CostThemes

    Plug in

    MYSQL

    CGI

    GPL

    Platform

    Independent

    PHP

    Free

    Yes

    No

    MYSQL

    Apache

    GPL

    Platform

    Independent

    PHP

    FreeYes

    No

    MYSQL

    Any

    GPL

    Platform

    Independent

    PHP

    Free

    Yes

    Yes

  • 8/4/2019 Web Designing With Open Source CMS

    25/28

    www.themegallery.com

    Limitations

    Choosing a

    Geek

    Friendly CMS

    Bigger is Better Going With

    The

    Little Guy

    Not Doing

    ResearchAllowing

    an IT Expertto

    Pick the CMS

    5 Most Common Mistakes

  • 8/4/2019 Web Designing With Open Source CMS

    26/28

    Conclusion

    Always remember to research a CMS beforeinvesting time in it.

    Never forget that the main purpose of aCMS is to make creating and editingcontent simple and easy.

    Never sacrifice the user experience forfunctionality. Remember these things and it

    will drastically improve your experiencewith Content Management Systems.

    www.themegallery.com

  • 8/4/2019 Web Designing With Open Source CMS

    27/28

    LOGO

  • 8/4/2019 Web Designing With Open Source CMS

    28/28

    From Your Side

    Query