diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -70,18 +70,15 @@ for the name with `.html` extension. ## locopy locopy updates Wordpress `siteurl` and `home` options and sets them to -http://localhost:8083, so that the Wordpress instance can run locally. +some address, so that the Wordpress instance can run locally. locopy reads Wordpress database configuration from the `wp-config.php` that it should be able to find. Invokation example: ```sh -./locopy/locopy.rb wordpress --root /path/to/wordpress --dump= +locopy wordpress --root /path/to/wordpress --siteurl "http://localhost:8083" ``` -The `--dump` option isn't currently used but should be present on the command -line. - ## tea-cleaner `tea-cleaner` tries to detect spam accounts on a gitea instance and can remove |
