https://github.com/smoynes/devbox-ansible
Personal development machine provisioned with Ansible
https://github.com/smoynes/devbox-ansible
ansible elixir python
Last synced: about 2 months ago
JSON representation
Personal development machine provisioned with Ansible
- Host: GitHub
- URL: https://github.com/smoynes/devbox-ansible
- Owner: smoynes
- Created: 2014-01-09T03:19:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T18:27:55.000Z (about 9 years ago)
- Last Synced: 2025-04-12T09:57:17.487Z (about 1 year ago)
- Topics: ansible, elixir, python
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Development Box
========================
This my personal development environment. There are many like it, but
this one is mine.
Installation:
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
To create the environment:
$ vagrant up
To update the environment:
$ vagrant provision
To work on a project, clone it to the `src` directory and it will be
available in the VM at `/vagrant/src`.
Python
======
Versions:
- `2.7.13`
- `3.6.1`
Elixir & Erlang/OTP
===================
Versions:
- Erlang/OTP: `19.3`
- Elixir: `1.4.1`
Packages from: [Erlang Solutions](https://www.erlang-solutions.com/resources/download.html)
Golang
======
Versions:
- `1.8` (default)
- `1.7.5`
Go tools are installed in `/usr/local/go/VERSION/go`; `GOROOT` and `PATH`
environment variables are configured for the default version.