Changes between Version 22 and Version 23 of ParrotServer


Ignore:
Timestamp:
09/12/13 10:46:35 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ParrotServer

    v22 v23  
    107107The server has the http://wp-cli.org/ script installed, this makes it very easy to maintain the sites and do things like installing, activating, deactivating and uninstalling plugins and adding and removing user accounts. 
    108108 
     109==== wp commands ==== 
    109110For example: 
    110111 
     
    153154}}} 
    154155 
     156==== use wp to list administrators ==== 
     157 
     158You can use wp to find the admins of a site, for example: 
     159 
     160{{{ 
     161su-user movie 
     162cd ~/sites/default 
     163wp user list | grep administrator 
     164}}} 
     165 
    155166== Updates == 
    156167