wordpress (www/wordpress) Updated: 1 year, 7 months ago Add to my watchlist
a state-of-the-art semantic personal publishing platformWordPress 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+ GitHubMaintainers | 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)
1
Requested Installations (30 days)
1
Livecheck results
wordpress seems to have been updated (port version: 5.5.12, new version: 6.7.1)
livecheck ran: 1 day, 20 hours ago