Skip to content

There are Ansible playbooks which help to configure developers environment for Magento dev

License

Notifications You must be signed in to change notification settings

riversy/developer-desk-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developer Desktop Configurator

There are Ansible playbooks which help to configure developers environment for Magento dev

Run MySQL inside Docker

docker run -d -p 3306:3306 -v /var/lib/mysql:/var/lib/mysql --restart always -e MYSQL_PASS="admin" --name=mysql --net=host tutum/mysql:5.6

Clone this repo

Clone this repo with --recursive flag to get it with submodules.

git clone --recursive git@github.com:riversy/developer-desk-config.git

Setup own environment

Copy vars/local.sample.yml to vars/local.yml and set your own user name and path to working folder.

Run ansible script

Run Ansible script that will setup your local environment.

ansible-playbook lamp.yml -i inventory/prod --ask-sudo-pass

Preinstall

Surely you need to have Docker and Ansible onboard.

About

There are Ansible playbooks which help to configure developers environment for Magento dev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published