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/23 07:11]
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 23: Line 32:
 ==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 36: 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 66: Line 78:
  
   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 238: Line 250:
    * Then goback to **Indexing status** and ensure **100%**    * 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)