using wordpress CLI to post to wordpress

2011-03-24 1 min read bash Wordpress
There is a very nice post here: How to post content to a WordPress blog from the command line I tried this in Fedora 14 and here is the way to get this working in Fedora 1 2 3 4 5 <td> <div class="text codecolorer"> su -<br /> <br /> cpan<br /> <br /> install WordPress::CLI WordPress::Post </div> </td> </tr> Now, once the above completes make sure that the path /usr/local/bin is in you path. Continue reading