To install Grunt.js on OSX 10.10 Yosemite you first need to have already installed node.js and npm, which can be done easily with a point and click install. Grunt has to be installed globally and then locally to separate projects, the global install is the grunt-cli which has to be installed as a root/admin user and …
Read More
Search Results for: mac php
Git and WordPress workflow for Local Dev on OSX to webserver
This guide shows a Git and WordPress workflow and demonstrates version control using Git from a local development environment on OSX to a live production webserver which is a cPanel server running on CentOS. CentOS cPanel comes with Git and you can do an easy install for OSX. Set up SSH (no passwords) A key requisite for this is …
Read More
Download and Install WordPress 4.0 Beta2 with wp-cli on OSX
With the new version of WordPress 4.0 Beta2 available to download and test, here’s how to use wp-cli to download and configure it all from the Terminal, you need to have wp-cli and MySQL installed as well as the rest of a working AMP stack. Launch Terminal and [optionally] create and change directory into your …
Read More
Install WordPress Easily on OS X Mavericks 10.9
If you want to get WordPress 3.8 quickly installed on your OS X machine for development or just to learn the software you can install all the necessary components including Apache, PHP, MySQL, phpMyAdmin and WordPress in one foul swoop without launching the Terminal. This type of install works best if you don’t use Apple’s …
Read More
Upgrade MySQL Database from 5.5 to 5.6 on OSX 10.8 Mountan Lion
MySQL version 5.6.14 is available for download for OSX, a double click and install is available named Mac OS X ver. 10.7 (x86, 64-bit), DMG Archive. (Don’t worry about the 10.7 naming, Works fine in OSX 10.9 and OSX 10.8) Stop the MySQL Server sudo /usr/local/mysql/support-files/mysql.server stop Download and Launch the DMG There is no upgrade …
Read More
OSX 10.8 Mountain Lion InstaDMG Build with Computer & Application Preferences | Part 3
After tutorials Part 1 & Part 2 with InstaDMG which deal with doing a basic OSX Mountain Lion 10.8 build and then introducing a user account and clearing the Set Up Assistants on boot, it’s time to tweak some preferences on OSX 10.8 for the first time boot, includin such as computer name, network, time zone …
Read More
Upgrade jailbroken iPhone to iOS 6 and preserve baseband with redsn0w
Update February 20th With iOS6.1.2 now available the window to upgrade jailbroken devices to iOS 6.1 is now closed, iOS 6.1.2 is currently not jailbreakable with redsn0w (but it is with evasion!)- this post will be updated when the next version of redsn0w is released to jailbreak iOS 6.1.2 In the meantime this information below …
Read More
Host Multiple Web Sites on OS X Server 10.7 Lion
Serving Multiple Web Sites on OS X 10.7 Lion with the Server.app. OS X server provides functionality to host and serve multiple virtual websites from the same host over a single (or multiple) IP address, it can run the same confgurations like a regular Linux webserver as it uses Apache under the hood, you can …
Read More