From 4fc36be9dc8a64cafe694335dff972d5ee29ee57 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 23 Dec 2025 16:45:10 +0100 Subject: Allow custom siteurl/home for locopy --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33592b1..81e23a2 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3