Created
          July 20, 2016 08:25 
        
      - 
      
 - 
        
Save nkgokul/15617d886df7df6718265802a9df78be to your computer and use it in GitHub Desktop.  
    Drupal 6 installation
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | mkdir sites/default/files | |
| chmod a+w sites/default/files | |
| cp sites/default/default.settings.php sites/default/settings.php | |
| chmod a+w sites/default/settings.php | |
| // Goto the weburl and install | |
| chmod go-w sites/default/settings.php | |
| chmod go-w sites/default/services.yml | |
| chmod go-w sites/default | |
| chmod a-r CHANGELOG.txt | |
| mkdir -p sites/all/modules/contrib | |
| mkdir -p sites/all/modules/custom | |
| mkdir -p sites/all/libraries | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment