summaryrefslogtreecommitdiff
path: root/General/Drupal7-site-setup.rst
blob: 956ba823f1a26e713eacb30a1c6d636edfce60df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46

Document Information
====================

Name of the Document: Drupal 7 Site Setup

Date: 5/04/2015

Author: Priyanka Bhagwat and Prashant Sinalakar

Prerequisite
====================

**Linux, Apache, MySql, PHP**

Install Drush on system:

sudo apt-get install drush

`*http://www.drush.org/en/master/usage/* <http://www.drush.org/en/master/usage/>`__

**Install php-5.6 Ubuntu 16.04**

sudo add-apt-repository ppa:ondrej/php

sudo apt-get update

sudo apt-get install php5.6

sudo apt-get install php5.6-mbstring php5.6-mcrypt php5.6-mysql
php5.6-xml

**GIT:**
`*https://git-scm.com/book/en/v2/Getting-Started-Installing-Git* <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git>`__

**Drupal 7:**
`*https://www.drupal.org/docs/7/system-requirements* <https://www.drupal.org/docs/7/system-requirements>`__

**Drupal 7 Installation:**
`*https://www.drupal.org/docs/7/install* <https://www.drupal.org/docs/7/install>`__

**Custom Modules Drupal 7:**
`*https://www.drupal.org/docs/7/creating-custom-modules* <https://www.drupal.org/docs/7/creating-custom-modules>`__

**Clean URL Issue:**
`*https://www.drupal.org/docs/7/configuring-clean-urls/enable-clean-urls* <https://www.drupal.org/docs/7/configuring-clean-urls/enable-clean-urls>`__