My Agile Project

  • Increase font size
  • Default font size
  • Decrease font size
Home Documentation Howto How to install Joomla on Sourceforge
Documentation

How to install Joomla on Sourceforge

E-mail Print PDF

The directory in which Joomla is installed is not writable for the apache user. This is THE problem !

  1. Have a working installation of Joomla and install all plugins/modules/components you want to use.
  2. Activate in Global Configuration Use Apache mod_rewrite and rename htaccess.txt to .htaccess.
  3. Install Joomlapack (free edition is enought) available here. Configure it (Output directory in common settings/Basic, Profile settings/Advanced Archiver engine : JPA JoomlaPack Archive).
  4. Make a full backup. Extract all files from the archive with eXtract, an application of JoomlaPack Native Tools.
  5. Uploads all files to /home/groups/y/yo/yourproject/htdocs.
  6. Create the 3 following directories backup, logs, tmp in /home/groups/y/yo/yourproject/persistent and change their rights to 777.
  7. Start the restore procedure (Go to yourproject.sourceforge.net). Modify your file configuration.php with elements given at the end of the procedure.
  8. In configuration.php change path of log_path to /home/groups/y/yo/yourproject/persistent/log and tmp_path to /home/groups/y/yo/yourproject/persistent/tmp
  9. Edit your .htaccess file :

    .htaccess
    1. # Add the following line at the beginning of the file
    2. php_value session.save_path /home/groups/y/yo/yourproject/persistent/tmp
    3. # Modify the following line
    4. Options FollowSymLinks
    5. # Uncomment
    6. RewriteBase /
     

  10. Change the output directory of JoomlaPack to /home/groups/y/yo/yourproject/persistent/backup
If it doesn't work perfectly immediately or after a change, wait for a moment before modify all your configuration because of cache mechanism ...
Last Updated on Wednesday, 11 March 2009 12:22