diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-12-23 16:45:10 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-12-23 16:45:10 +0100 |
| commit | 4fc36be9dc8a64cafe694335dff972d5ee29ee57 (patch) | |
| tree | 6aa8ace7b810d268e0ef44374c9c441170ffab79 /README.md | |
| parent | 071018dce6b35afe225903772488495f5f311509 (diff) | |
| download | kazbek-4fc36be9dc8a64cafe694335dff972d5ee29ee57.tar.gz | |
Allow custom siteurl/home for locopy
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 |
