1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/www/joomla25/files/pkg-message.in
Nicola Vitale f34cdc5137 - Update to 2.5.11 [1]
- Trim Makefile header
- Remove indefinite article from COMMENT
- Add LICENSE (GPLv2)
- Use GitHub as download site
- Remove do-extract target
- Reformat pkg-message

Build log:	http://goo.gl/fb8t7
Release Notes:	http://goo.gl/UXhi8
Submitted by:	se (via private email)  [1]
2013-04-27 20:49:53 +00:00

24 lines
845 B
Plaintext

================================================================================
1) Add the following to your Apache configuration, and restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /joomla %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
2) Visit your Joomla site with a browser (i.e. http://your.server.com/joomla/),
and you should be taken to the install.php script, which will lead you
through creating a config.php file and then setting up Joomla, creating
an admin account, etc.
3) As of 2.5.5, php5-mysqli and php5-zip are installed. Use of mysqli for mysql
is recommended over mysql.
================================================================================