
- WORDPRESS FOR MAC LION MAC OS X
- WORDPRESS FOR MAC LION INSTALL
- WORDPRESS FOR MAC LION CODE
- WORDPRESS FOR MAC LION DOWNLOAD
prevents some spamming from bots which direct address the posting target
Modify the functions.php file in the theme to prevent some SPAM comments/trackbacks, add:. I missed having the right sidebar in single article pages, so I downloaded and installed the Twenty Eleven Child with Sidebar Support 1.1 by Chris Aprea theme. I also installed the FancyBox for WordPress plugin by unzipping it into /Library/WebServer/Documents/wordpress/wp-content/plugins and activating it via the Dashboard “Plugins” page. Using your favorite text editor, paste the text into the /Library/WebServer/Documents/.htaccess, after which the file might look like:. Copy the text which WordPress says you need to have in your. In Dashboard: Settings-> settings: “/blog/%postname%-%post_id%/” (without the quotes) and click Save Changes. However, please note it might be unwise to use chmod 0777 on a production server, here’s why. htaccess file which You soon will fill with content): In Terminal (this creates the upload directory, where images and such are stored, and creates a. In the WordPress Dashboard: Move the only comment to the trash, and empty the trash. WORDPRESS FOR MAC LION INSTALL
In Safari, opened performed the WordPress install process and thereafter logged in to the dashboard via.
* Default MySQL user is “root” with empty password, this is however NOT recommended-you should have a separate database user. …as well as adjusted the database parameters* (DB_HOST, DB_USER, DB_PASSWORD, DB_CHARSET) and the authentication keys and salts.
WORDPRESS FOR MAC LION CODE
I want a tidier database than what WordPress by default creates, hence I disable multiple revisions of articles by adding the following code in the top part of the wp-config.php file:. To create a configuration file from the sample one, execute:Ĭd /Library/WebServer/Documents/wordpress/. …and, with your favorite text editor, change the line “require(‘./wp-blog-header.php’) ” to “require(‘./wordpress/wp-blog-header.php’) ”. In order to have the WordPress site shown on the site root even though its stored in a subfolder, copy the index.php file with the following command:. Unpack WordPress to the newly created wordpress folder: /Library/WebServer/Documents/wordpress (I don’t want the wordpress files directly in the web root since I later might want to have other stuff there as well, see for instance Giving WordPress Its Own Directory). To prepare location/Fix permissions for easier development (I’m setting up WordPress in the “Computer Website Folder” – /Library/WebServer/Documents), in Terminal, execute:. Start/restart the web server via “System Preferences”→”Sharing” (uncheck and recheck the tick box beside “Web Sharing”). htaccess files to override the server settings) (Unsure about this one, I don’t remember the default config, but in the Apache config file(s) You might need to allow. Enable PHP in Apache by uncommenting the LoadModule php5 line in /etc/apache2/nf, at the same time add “index.php” to the DirectoryIndex directive. Start MySQL via “System Preferences”→”MySQL” (click “Start MySQL Server”).
dmg-image-thereby mounting it-and double-clicking the files therein) Install MySQL as well as the MySQL preferences thing which comes with it (both are installed by double-clicking the.
WORDPRESS FOR MAC LION MAC OS X
10.6 (x86, 64-bit), DMG Archive” even though I’m on Mac OS X 10.7) dmg-package, for me it was “Mac OS X ver.
WORDPRESS FOR MAC LION DOWNLOAD
Download MySQL from (choose the latest. I know I’m quite low on detail here, please leave a comment if You’d like me to clarify anything. This post briefly describes the steps necessary for setting up WordPress on Mac OS X Lion.