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.

73 lines
1.7 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
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. # Sumedia Project Manager
  2. The Sumedia Project Manager is a smart way to create and manager your web projects.
  3. It has a design that i was developing and using all the time.
  4. Hope you will enjoy. Free to use.
  5. ## Installation and first use
  6. ### Install Project Manager
  7. In order to get you startet create first a folder, eg:
  8. ~/Workspaces
  9. Go into this folder an install the Sumedia Project Manager
  10. cd ~/Workspaces
  11. git clone https://git-sumedia-webdesign.de/sumedia-webdesign/project-manager.git .project_manager
  12. You can setup the ```project-manager``` to your path or make a link to your bin
  13. sudo ln -s /home/name/Workspaces/.project_manager/bin/project-manager /usr/local/bin/project-manager
  14. Now you can execute it the first time and check the configuration of your Project Manager
  15. project-manager
  16. ### Setup
  17. In order to use the project manager you have to execute it once
  18. project-manager
  19. ![](.images/install-project-manager.png)
  20. ### Create your first project
  21. project-manager create-project domain.de www.domain.de domain
  22. ![](.images/create-project.png)
  23. ### Workspace directories
  24. ![](.images/workspace-created-directories.png)
  25. ### Configure your project
  26. ![](.images/configure-your-project.png)
  27. ### Add a new Subdomain
  28. ![](.images/adding-subdomain-project.png)
  29. ![](.images/directories-with-subdomain.png)
  30. ## Commando reference
  31. ### The help command
  32. project-manager --help
  33. project-manager --help command
  34. project-manager --help plugin:command
  35. ### Print lists
  36. project-manager --list-commands
  37. project-manager --list-commands plugin
  38. project-manager --list-plugins
  39. ### The usage
  40. project-manager command
  41. project-manager plugin:command