Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -24,7 +24,6 @@ if exist local\config\database.yml (
echo [INFO] Building SQL CREATE file
..\..\bin\propel sql:build -v --output-dir=..\..\setup
echo [INFO] Reloading Thelia2 database
cd ..\..
del setup\sqldb.map
@@ -37,9 +36,9 @@ if exist local\config\database.yml (
php Thelia cache:clear
echo [INFO] Adding admin
php Thelia admin:create --login_name thelia2 --password thelia2 --last_name thelia2 --first_name thelia2
php Thelia admin:create --login_name thelia2 --password thelia2 --last_name thelia2 --first_name thelia2 --email thelia2@example.com
echo [INFO] Admin user thelia2 with password thelia2 successfully created.
echo [INFO] Admin user thelia2 with password thelia2 and email admin@example.com successfully created.
echo [INFO] Activating Delivery Module
php Thelia module:activate Colissimo
@@ -51,4 +50,4 @@ if exist local\config\database.yml (
)
) else (
echo [FAILED] Please add your database informations in local\config\database.yml and start this script again.
)
)