|
| 1 | +{ |
| 2 | + "landingPage": "/wp-admin/index.php", |
| 3 | + "preferredVersions": { |
| 4 | + "php": "8.0", |
| 5 | + "wp": "6.4" |
| 6 | + }, |
| 7 | + "phpExtensionBundles": ["kitchen-sink"], |
| 8 | + "steps": [ |
| 9 | + { |
| 10 | + "step": "login", |
| 11 | + "username": "admin", |
| 12 | + "password": "password" |
| 13 | + }, |
| 14 | + { |
| 15 | + "step": "setSiteOptions", |
| 16 | + "options": { |
| 17 | + "WPLANG": "sr_RS", |
| 18 | + "wcsrb_settings_general": "a:3:{s:22:\"enabled_customer_types\";s:4:\"both\";s:22:\"remove_unneeded_fields\";s:3:\"yes\";s:19:\"fix_currency_symbol\";s:3:\"yes\";}", |
| 19 | + "woocommerce_store_name": "Oblak Solutions DOO", |
| 20 | + "woocommerce_store_address": "Pozeska", |
| 21 | + "woocommerce_store_city": "Beograd", |
| 22 | + "woocommerce_store_postcode": "11000", |
| 23 | + "woocommerce_default_country": "RS:RS00", |
| 24 | + "woocommerce_store_bank_accounts": { |
| 25 | + "acct": ["160-428634-06"] |
| 26 | + }, |
| 27 | + "woocommerce_currency": "RSD", |
| 28 | + "woocommerce_currency_pos": "right_space", |
| 29 | + "woocommerce_wcsrb_payment_slip_settings": { |
| 30 | + "enabled": "yes", |
| 31 | + "title": "Op\u0161ta uplatnica", |
| 32 | + "description": "Platite narud\u017ebinu op\u0161tom uplatnicom", |
| 33 | + "basic": "", |
| 34 | + "style": "modern", |
| 35 | + "bank_account": "160-428634-06", |
| 36 | + "payment_code": "auto", |
| 37 | + "payment_model": "mod97", |
| 38 | + "payment_reference": "%mod97%-%order_id%-%year%", |
| 39 | + "payment_purpose": "Pla\u0107anje narud\u017ebine", |
| 40 | + "qrcode": "", |
| 41 | + "qrcode_shown": "yes", |
| 42 | + "qrcode_color": "#000000", |
| 43 | + "qrcode_corner_color": "#0e77c0", |
| 44 | + "qrcode_image": "no", |
| 45 | + "advanced": "", |
| 46 | + "debug": "no" |
| 47 | + } |
| 48 | + } |
| 49 | + }, |
| 50 | + { |
| 51 | + "step": "installPlugin", |
| 52 | + "pluginZipFile": { |
| 53 | + "resource": "wordpress.org/plugins", |
| 54 | + "slug": "woocommerce" |
| 55 | + }, |
| 56 | + "options": { |
| 57 | + "activate": true |
| 58 | + } |
| 59 | + }, |
| 60 | + { |
| 61 | + "step": "runPHP", |
| 62 | + "code": "<?php\ninclude 'wordpress/wp-load.php';\ndelete_transient('_wc_activation_redirect');" |
| 63 | + } |
| 64 | + ] |
| 65 | +} |
0 commit comments