Pyrocms document

Embed Size (px)

Citation preview

  • 1. PYROCMS It is an Open Source Content Management System It is built using PHP and Codeigniter

2. Content Management System

  • Web Content Management is a Software which provides website authoring and administration tools designed to allow users with little knowledge to create and manage the site content.

3. Most Content Management System use a database to store content or meta data. 4. Presentation layer displays the content of website visitors based on a set of templates. 5. Most Content Management Systems used Server Side Caching to improve performance. 6. Follow MVC (Model,View and Controller) Pattern

  • It works on Model, View and Controller Pattern. It is a Software approach that separates application logic from presentation. It permits our web pages to contain minimal scripting since the presentation is separate from the scripting

7. Model- Represents Data Structures (Our Model classes will contain functions that help us to update, delete and search records in the database). 8. View- It is the information that is being presented to the user. It is normally web page. 9. Controller- Serves an intermediary b/w the model and the view and other resources need to process the HTTP request and generate web-page 10. Pyrocms Installation

  • Create a database in Mysql and then type the path of your pyrocms in the browser. (http://localhost/pyrocms/installer)

11. The following page display. Click on step#1 12. Server Related Information

  • Fill the database related info and then click on step#2

13. Database Server Related Information

  • Everything is working fine. So click on the step#3 button

14. Permissions

  • File and folder permissions information will be display for the pyrocms folders. These folders must have R/W permissions. Click on Step#4 button

15. Database Settings

  • Apply database settings

16. Confirmation Message

  • Confirmation window will be display in which user name and password will be display. Click on the link at the bottom of the web-page.

17. Login Window

  • Log-in window will be display.

18. Enter your email and password and then press on log-in button. 19. Admin Panel

  • The Admin Panel will be display.