# 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]