Inital commit
This commit is contained in:
@@ -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.
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user