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.

65 lines
1.3 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. # Project
  2. This are the most stable parts of the project manager, stay tuned...
  3. ## Installation
  4. - First copy files from ".etc" to "etc"
  5. - Configure etc files
  6. - Start manager
  7. bin/manager
  8. ## Modify
  9. Replace {script-name} with the name of the script wich is located in bin/commands
  10. etc/post_config.sh
  11. bin/postscripts/{script_name}.sh
  12. ## Commands
  13. Chronologicaly!
  14. ### Clone Repo
  15. bin/commands/clone_repo.sh
  16. # Usage: clone_repo.sh
  17. ### Install/Update Shopware
  18. bin/commands/install_shopware.sh
  19. # Usage: install_shopware.sh
  20. ### Create local .env
  21. bin/commands/create_local_env.sh
  22. # Usage: create_local_env.sh [local_live|local_stage]
  23. ### Import Database
  24. bin/commands/import_db.sh
  25. # Usage: import_db.sh [live|stage]
  26. ### Make local Database changes
  27. bin/commands/make_local_database.sh
  28. # Usage: make_local_database.sh [live|stage]
  29. ### Make changes to the new local database (URL's and Admin-User)
  30. bin/commands/make_local_database.sh
  31. # Usage: make_local_database.sh [live|stage]
  32. ### Import media files
  33. bin/commands/import_media.sh
  34. # Usage: import_media.sh [live|stage] /path/to/files
  35. # Example:
  36. # import_media.sh stage /files
  37. # import_media.sh stage /public/media
  38. ### Switch the System
  39. bin/commands/switch_system.sh
  40. # Usage: switch_system [live|stage]