For my client I have to install Magento 2 on a Staging server from a Git remote repo (on Beanstalk). So all the Magento code has to be deployable.
I see all kind of different approaches (comparing to Magento 1)? Where do I have to start and what workflow/strategy do I have to choose to make my code versionable in Git and deploy this code to the staging server?
I am working on a Mac. I also discovered some problems with Mamp and the MySQL version. Because Magento 2 requires MySQL 5.6.
I just want a good workflow so I can version my code and deploy it to the staging server.