Changes between Version 22 and Version 23 of ParrotServer
- Timestamp:
- 09/12/13 10:46:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParrotServer
v22 v23 107 107 The 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. 108 108 109 ==== wp commands ==== 109 110 For example: 110 111 … … 153 154 }}} 154 155 156 ==== use wp to list administrators ==== 157 158 You can use wp to find the admins of a site, for example: 159 160 {{{ 161 su-user movie 162 cd ~/sites/default 163 wp user list | grep administrator 164 }}} 165 155 166 == Updates == 156 167