Ein für Shopware 6 vorbereitet Systemmanagment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Sven Ullmann 94e2afb904 typo in gitignore 2 years ago
.trash make shopware manager to project manager ;) 2 years ago
bin make shopware manager to project manager ;) 2 years ago
data make shopware manager to project manager ;) 2 years ago
etc make shopware manager to project manager ;) 2 years ago
plugins make shopware manager to project manager ;) 2 years ago
.gitgnore typo in gitignore 2 years ago
README.md init 2 years ago

README.md

Project

This are the most stable parts of the project manager, stay tuned...

Installation

  • First copy files from ".etc" to "etc"

  • Configure etc files

  • Start manager

    bin/manager

Modify

Replace {script-name} with the name of the script wich is located in bin/commands

etc/post_config.sh
bin/postscripts/{script_name}.sh

Commands

Chronologicaly!

Clone Repo

bin/commands/clone_repo.sh
# Usage: clone_repo.sh

Install/Update Shopware

bin/commands/install_shopware.sh
# Usage: install_shopware.sh

Create local .env

bin/commands/create_local_env.sh
# Usage: create_local_env.sh [local_live|local_stage]

Import Database

bin/commands/import_db.sh
# Usage: import_db.sh [live|stage]

Make local Database changes

bin/commands/make_local_database.sh
# Usage: make_local_database.sh [live|stage]

Make changes to the new local database (URL's and Admin-User)

bin/commands/make_local_database.sh
# Usage: make_local_database.sh [live|stage]

Import media files

bin/commands/import_media.sh
# Usage: import_media.sh [live|stage] /path/to/files
# Example:
#   import_media.sh stage /files
#   import_media.sh stage /public/media

Switch the System

bin/commands/switch_system.sh
# Usage: switch_system [live|stage]