Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
shell
shell
cd var/www/core/trunk
sudo touch application/configs/application.ini public/.htaccess
sudo chown www-data:www-data cache
sudo chown www-data:www-data data/mailsuploads
sudo chown www-data:www-data logs
sudo chown www-data:www-data uploadsdata/mails
sudo chown www-data:www-data public/includes
sudo chown www-data:www-data public/.htaccess
sudo chown www-data:www-data application/configs/application.ini

Apache2

  • Designate a vhost to CORE and make sure it runs SSL
  • Enable mod_rewrite
  • Enable mod_deflate (optional)
  • Point the DocumentRoot to the 'public' subdirectory of the source, so in this case /var/www/core/trunk/public.
    The vhost can contain one conference, or multiple conferences, in which case you can use the ServerAlias statement. For example:

...