We are making the new blender.org skin. Join the discussion on the dedicated mailing list.
- Get a copy of Wordpress
- Extract the archive in your Apache Root
- Delete the
wp-content
folder - Check out this repository as
wp_content
as a replacement for the just delete folder - Manually sync the plugins and upload folders from Dropbox
- Create a new MySQL Database
- Import the database content that you find on Dropbox
- Manually configure your
wp-config.php
file to point at this database
- WP username and password are (admin, password)
- if you can add to your
/etc/hosts
file the following line:
local.blender.org 120.0.0.1
so that you can visit local.blender.org on your browser and see the website. Alternatively you can add to your wp-config.php
the following lines to see it vising localhost/blender:
define('WP_HOME','http://localhost/blender');
define('WP_SITEURL','http://localhost/blender');
Depending on the system you are working on, you might want to check these settings too:
- enable short_code (in php.ini) - this allows code to run with "<?" as well as <?php". The template and plugins use both formats.
- enable "rewrite_module" or "mod_rewrite" - this allow the links to work since the permalink format is different than the default.
- CMS Tree Page View
- Advanced Custom Fields
- [Media Library Assistant]
- [Post Snippets]
- Widgetable
- Page Links To
- W3 Total Cache
- WP RSS Aggregator