diff options
author | priyankabhagwat | 2017-05-17 14:23:06 +0530 |
---|---|---|
committer | priyankabhagwat | 2017-05-17 14:28:03 +0530 |
commit | b02aa01dbb1db40682ea0d4594e55c701b406e4e (patch) | |
tree | 1b010a6a12f8bb55672d000587bd9a7a52e1fbd5 | |
parent | 1b1ad630314a38bce75f6ebb4b5535a9ee065f52 (diff) | |
download | website-docs-b02aa01dbb1db40682ea0d4594e55c701b406e4e.tar.gz website-docs-b02aa01dbb1db40682ea0d4594e55c701b406e4e.tar.bz2 website-docs-b02aa01dbb1db40682ea0d4594e55c701b406e4e.zip |
Drupal 7 Site Setup
-rw-r--r-- | Drupal6-Drupal7-upgrade-process.rst | 2 | ||||
-rw-r--r-- | Drupal7-site-setup.rst | 46 |
2 files changed, 47 insertions, 1 deletions
diff --git a/Drupal6-Drupal7-upgrade-process.rst b/Drupal6-Drupal7-upgrade-process.rst index 245c1ad..51da149 100644 --- a/Drupal6-Drupal7-upgrade-process.rst +++ b/Drupal6-Drupal7-upgrade-process.rst @@ -4,7 +4,7 @@ Document Information ==================== -Name of the Document: TBC Flow +Name of the Document: Drupal 6 to Drupal 7 Upgradation process Date: 5/04/2015 diff --git a/Drupal7-site-setup.rst b/Drupal7-site-setup.rst new file mode 100644 index 0000000..d2b789b --- /dev/null +++ b/Drupal7-site-setup.rst @@ -0,0 +1,46 @@ +**Drupal 7 Site Setup** + +Document Information +==================== + +Name of the Document: Drupal 7 Site Setup + +Date: 5/04/2015 + +Author: Priyanka Bhagwat and Prashant Sinalakar + +**Prerequirement** + +**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>`__ |