The fastest way to create a Wordpress blog
Yeah, I really think this is THE fastest way to create a new Wordpress project. You don't even have to leave Sublime.
Requirements:
- Sublime Text 2
- The "Nettuts+ Fetch" plugin for Sublime
Setup:
- Download the "Nettuts+ Fetch" plugin for Sublime
- Press
shift + commando + p
and writeFetch:manage
- Add the following line to the packages array:
"wordpress": "https://wordpress.org/latest.zip"
The steps:
- Create a new folder and drag it into Sublime.
- Press
shift + commando + p
and writeFetch:package
. - Select wordpress.
A few seconds later, you will have a brand new installation of Wordpress in the selected directory.