wordpress (www/wordpress) Updated: 10 months, 4 weeks ago Add to my watchlist

a state-of-the-art semantic personal publishing platform

WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability.

Version: 5.5.12 License: GPL-2+ GitHub
Maintainers No Maintainer
Categories www
Homepage https://wordpress.org/
Platforms any
Variants

"wordpress" depends on

run (6)
build (1)

Ports that depend on "wordpress"

No ports


Port notes

If your webserver is already running with php and mysql, connect on http://localhost/wordpress/ to finish the install. Temporarily allow the webserver write access so it can create wp-config.php (or do it yourself)

$ sudo chmod 1777 ${prefix}/www/wordpress
$ sudo chmod 755 ${prefix}/www/wordpress

If Apache is not set, set an alias to the wordpress dir and some access like:

-- ${prefix}/apache2/conf/extra/httpd-wordpress.conf
Alias /wordpress/ "${prefix}/www/wordpress/"
<Directory "${prefix}/www/wordpress">
Options -Indexes +FollowSymLinks
AllowOverride None
#Require host localhost
#Require ip 127.0.0.1
Require all granted
</Directory>
--

And then include it in httpd.conf, like:

# wordpress
Include etc/apache2/extra/httpd-wordpress.conf


Port Health:

Loading Port Health

Installations (30 days)

3

Requested Installations (30 days)

3

Livecheck results

wordpress seems to have been updated (port version: 5.5.12, new version: 6.5.2)

livecheck ran: 18 hours ago