- Free software and Free to distribute. l A CMS or content-management system. - a CMS is a website you build using the website itself. l A sophisticated web application building tool. - It is a software application used to upload, edit, and manage content displayed on a website.
that tasks itself with fostering and supporting the Drupal software project, the community and its growth. l Supported by both individual members and organizations, the Association uses its resources, network and funds to constantly engage in new projects and initiatives to help educate people about Drupal and support the growth of the Drupal project.
you build using the website itself. l Businessdictionary.com : - A content management system (CMS) is a software application used to upload, edit, and manage content displayed on a website. - A content management system can perform a variety of different tasks for a website including regulating when content is displayed, how many times the content is shown to a specific user, and managing how the content connects or interacts with other elements of the website. - This software also enables less technical individuals to manage content on a website easily without having an extensive coding background
roadshow and a seminar type of event. l Our roadmap was a half-day seminar/talks and a half-day Drupal tutorial that encompasses both the students, faculties and the IT administrations people of the colleges, universities and schools all over the Philippines.
Drupal sites. Every item of content that you add to a Drupal site becomes a node. - create a page, you created a node. - create a blog post, you created a node.
7.1, - Drupal 7: MySQL 5.0.15 or higher with PDO, PostgreSQL 8.3 or higher with PDO, SQLite 3.3.7 or higher - Microsoft SQL Server and Oracle are supported by additional modules.
user using phpMyAdmin 1. Log in to phpMyAdmin as the root user. 2. Click Privileges and Add a new User OR you can use root user credential as well.. 3. In the User name field, enter the username you wish to use. 4. In the Host field, select Local which is more secure, unless you will be accessing the database with this user from another server. 5. Enter or generate a password for the user. 6. In the Database for User list, select Create database with same name and grant all privileges and click Go.
on some types of shared/ local hosting, if PHP and Apache are run by the same user, Drupal will attempt to execute the first three steps for you. If you get errors referring to the "Settings file" during installation, you can perform these steps manually.
Cron is a daemon that executes commands at specified intervals. - Cron is available on Unix, Linux and Mac servers. - Windows servers use a Scheduled Task to execute commands. Drupal 7 you can enable cron via the Administration > Configuration > System > Cron Drupal 6 you need to create a cron job or use Poormanscron.