Example-DevBox aims to serve as an early attempt to template a development environment.
It delivered as a Vagrant template configured with all the required packages to bootstrapp development.
From the root directory execute vagrant up.
From the root directory after creating an instance execute vagrant ssh.
The workspace folder is shared so files can be easy copy-pasted. Also standard mechanisms such as SCP could be used.
- Git (latest)
- Python (2.7)
- Python SetupTools (latest)
- jq (latest)
- Ansible _(latest)
- Terraform (0.8.7+)
This project is currently under development.
Copyright 2017 Ioannis Polyzos
Licensed under the Apache License, Version 2.0 (the "License").
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.