summaryrefslogtreecommitdiff
path: root/General/Drupal7-site-setup.rst
diff options
context:
space:
mode:
Diffstat (limited to 'General/Drupal7-site-setup.rst')
-rw-r--r--General/Drupal7-site-setup.rst46
1 files changed, 46 insertions, 0 deletions
diff --git a/General/Drupal7-site-setup.rst b/General/Drupal7-site-setup.rst
new file mode 100644
index 0000000..956ba82
--- /dev/null
+++ b/General/Drupal7-site-setup.rst
@@ -0,0 +1,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>`__