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
3016ccb87d
|
2 years ago | |
---|---|---|
.etc | 2 years ago | |
.ssh | 2 years ago | |
backup/database | 2 years ago | |
bin | 2 years ago | |
etc | 2 years ago | |
git | 2 years ago | |
shared | 2 years ago | |
var/tmp | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 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]