What's your web dev setup?
I'm working on a new development setup and would like to know your setups. Currently I have:
* Dev host: Windows 7 (desktop) + OSX (laptop)
* Dev environment: VM with Ubuntu
* Prod: Ubuntu
* Sources: On host
* Source sharing: vboxfs shares
* IDE: Netbeans
* Repo: Git (github)
* Build env: NPM
* Deployment: Copy sources
Which serves me well. I'm now looking into a Docker based enviroment: * Dev host: Windows 7 (desktop) + OSX (laptop)
* Dev environment: Docker Laradock workspace
* Prod: Containers (Docker / Alpine)
* Sources: On host
* Source sharing: ?
* IDE: Netbeans
* Repo: Git (github)
* Build env: NPM
* Deployment: Deploy containers
My goal is to keep the host machine clean and free from all the dev stuff. The goal is to have something that is cross-platform and can be quickly get up and running by me (or team members).
0 comments
[ 20.0 ms ] story [ 337 ms ] threadNo comments yet.