Jump to content

Installing Drupal: Difference between revisions

no edit summary
(New page: [http://drupal.org/ Drupal] is an open source content management system. ==Installation== Download your preferred version of Drupal to your public_html folder.<br/> Extract the tar.gz wit...)
 
No edit summary
Line 28: Line 28:
   $conf['proxy_port'] = 8080;
   $conf['proxy_port'] = 8080;
   $conf['proxy_exceptions'] = array('127.0.0.1', 'localhost');
   $conf['proxy_exceptions'] = array('127.0.0.1', 'localhost');
==Changing the location of temporary files==
By default Drupal stores temporary files created when a module or theme is installed are placed in a folder in /tmp/. In a shared hosting environment such as Redbrick it cannot be guaranteed that this folder is not already in use by another user.
For this reason you should change the location of Drupal temporary files. <br/>
To change your Drupal Temporary Directory follow the following instructions.
Log in to your Drupal admin account.<br/>
Click Configuration in the top navigation bar.<br/>
Then proceed to Meida - File System.<br/>
In the box marked Temporary directory replace "/tmp" with "tmp".<br/>
Temporary files will now be stored in the tmp directory within your Drupal install.