bin | ||
binps | ||
config | ||
extracts/monthly_compta | ||
mksh | ||
src/Sale | ||
_cron_vouchers.php | ||
.gitignore | ||
bbb.php | ||
clean_image.php | ||
composer.json | ||
composer.lock | ||
cron_criteo.php | ||
cron_customer_segmentation.php | ||
cron_emarsys_unsubscribe.php | ||
cron_export_cohort.php | ||
cron_export_monthly_recap.php | ||
cron_export_sales_daily_new_new_3.php | ||
cron_export_sales_monthly_2.php | ||
cron_export_sales_monthly_new.php | ||
cron_export_sales_monthly.php | ||
cron_loyalty_reminder.php | ||
cron_loyalty.php | ||
cron_queue_bdc.php | ||
cron_sale_cache.php | ||
cron_sales_accepted.php | ||
cron_sales.php | ||
cron_weekly_stats.php | ||
export_cart.php | ||
export_laposte.php | ||
export_multi_monthly.php | ||
export_pdf.php | ||
export_philea_laposte.php | ||
export_webdav.php | ||
fichier_test.php | ||
find_token.php | ||
Makefile | ||
README.md | ||
reassociation_shipping_number.php | ||
regenerate_images.php | ||
regeneration_export_laposte.php | ||
regeneration_monthly.php | ||
regeneration_order_state_current.php | ||
regeneration_sale_cache.php | ||
regeneration_sales_stats.php | ||
rename_csv_import.php | ||
sandbox.php |
# Scripts BebeBoutik
## Install
git clone git@gitlab.antadis.net:michael/bebeboutik-scripts.git
### Local
make dev
### Server
- First install Install project dependencies (composer install)
make install
Configure your project by setting environment var in .env file
-
WEBROOT
: Set prestashop website dir -
Update Update from master (git checkout AND composer install)
make update
Development
- /bin : symfony command, only console (
php bin/console
and you get help) - /binps : PrestaShop CLI with hard depencies
Get ENV vars in prestashop CLI