User Tools

Site Tools


cms1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cms1 [2011/06/22 08:09]
siva_epari
cms1 [2011/06/25 13:22]
siva_epari
Line 1: Line 1:
 +==Links==
 +
 +   ​*Content Management System
 +     * [[cms1|Content Management System(Focus On Drupal), Day1]]
 +     * [[cms2|Content Management System(Focus On Drupal), Day2]]
 +     * [[cms_faq|Frequently Asked Questions, CMS]]
 +
 +===Content Management System(Focus On Drupal), Day1===
 +
 ===Overview=== ===Overview===
  
-  - [[#Setting up XAMPP|Setting up XAMPP]]+  - [[#Setting up LAMP (Linux, Apache, MySQL & PHP)|Setting up LAMP (Linux, Apache, MySQL & PHP)]]
   - [[#Install Drupal|Install Drupal]]   - [[#Install Drupal|Install Drupal]]
   - [[#​Bluemasters theme|Bluemasters theme]]   - [[#​Bluemasters theme|Bluemasters theme]]
Line 18: Line 27:
     - [[#Home page|Home page]]     - [[#Home page|Home page]]
     - [[#Other pages|Other pages]]     - [[#Other pages|Other pages]]
 +  - [[#Contact form|Contact form]]
 +  - [[#​Search|Search]]
  
 ==Setting up LAMP (Linux, Apache, MySQL & PHP)== ==Setting up LAMP (Linux, Apache, MySQL & PHP)==
  
-  * Add the following line to /​etc/​apt/​sources.list and put **#** before all existing lines in the file+  * If you have Debian OS installed in your system, add the following line to /​etc/​apt/​sources.list and put **#** before all existing lines in the file 
 + 
 +  deb http://​ftp.us.debian.org/​debian testing main contrib non-free ​
  
-  deb http://​ftp.us.debian.org/​debian ​testing ​main contrib non-free+In place of **testing** in the above line replace it with your current flavor of OS like **stable**, **unstable**,​ **lenny**, **sid**
  
-  * Update package sources ​& safe upgrade your server+  * Update package sources
  
   apt-get update   apt-get update
Line 34: Line 47:
  
   apt-get install apache2 php5 libapache2-mod-php5 php5-gd   apt-get install apache2 php5 libapache2-mod-php5 php5-gd
 +  chmod -R 777 /var/www
  
 Check if apache is working Check if apache is working
Line 59: Line 73:
   mysqladmin -u root -p create d7   mysqladmin -u root -p create d7
  
-Enter **hello** when you are prompted for password+Enter **hello** when you are prompted for password. If you get a "​Database exists"​ error, please issue "​mysqladmin -u root -p drop d7" to delete the existing database and then issue the create command.
  
   * Configuring Apache for Clean URLs   * Configuring Apache for Clean URLs
  
   a2enmod rewrite   a2enmod rewrite
-  /​etc/​init.d/​apache ​restart+  /​etc/​init.d/​apache2 ​restart
   chmod -R 777 /var/www   chmod -R 777 /var/www
   ​   ​
Line 74: Line 88:
     * Rename the drupal-7.2 to d7     * Rename the drupal-7.2 to d7
     * Goto d7/​sites/​default,​ create a folder called files so that you have d7/​sites/​default/​files     * Goto d7/​sites/​default,​ create a folder called files so that you have d7/​sites/​default/​files
-    * Copy default.settings.php as settings.php so that you have d7/​sites/​default/files/​settings.php+    * Copy default.settings.php as settings.php so that you have d7/​sites/​default/​settings.php
     * Give 777 permissions to file(apply permissions to enclosed files) & settings.php     * Give 777 permissions to file(apply permissions to enclosed files) & settings.php
   * Install drupal   * Install drupal
Line 134: Line 148:
   * Place the images under d7/​sites/​default/​files like d7/​sites/​default/​files/​slideshow-image-1.jpg   * Place the images under d7/​sites/​default/​files like d7/​sites/​default/​files/​slideshow-image-1.jpg
  
-==Edit page.tpl.php==+==Edit page--front.tpl.php==
  
-  * Open d7/​sites/​all/​themes/​bluemasters/​page.tpl.php in gedit text editor+  * Open d7/​sites/​all/​themes/​bluemasters/​page--front.tpl.php in gedit text editor
   * Edit the file as following   * Edit the file as following
  
Line 216: Line 230:
    * Create another block and place it under **Sidebar first** region to show it on pages other than home    * Create another block and place it under **Sidebar first** region to show it on pages other than home
  
 +==Contact form==
 +
 +   * Goto **Modules** in top black menu and search for **contact**
 +   * Check the box in the **Enabled** column near **contact**
 +   * Scroll down & **Save configuration**
 +   * Goto **Structure** > **Menus** in top black menu
 +   * Click **List links** near **Main menu**
 +   * Click **Add link**
 +   * Configure the menu item
 +     * **Contact us** as **Menu link title**
 +     * **contact** as **Path** and **Save**
 +
 +==Search==
 +
 +   * Goto **Configuration** in top black menu
 +   * Click **Search settings** under **Search & Metadata**
 +   * If **Indexing status** is **0%** click on **cron maintenance task** link at the top
 +   * Then click on **Run cron** link appearing in the middle of the page
 +   * Then goback to **Indexing status** and ensure **100%**
 +
 +==Links==
 +
 +   ​*Content Management System
 +     * [[cms1|Content Management System(Focus On Drupal), Day1]]
 +     * [[cms2|Content Management System(Focus On Drupal), Day2]]
 +     * [[cms_faq|Frequently Asked Questions, CMS]]
cms1.txt · Last modified: 2018/03/24 11:13 (external edit)