An open API service indexing awesome lists of open source software.

https://github.com/sameetandpotatoes/enviguration

A quick setup script to help newcomers install git, brew, psql, django, heroku toolbelt, and more!
https://github.com/sameetandpotatoes/enviguration

Last synced: 9 months ago
JSON representation

A quick setup script to help newcomers install git, brew, psql, django, heroku toolbelt, and more!

Awesome Lists containing this project

README

          

# Enviguration - Set up your environment

This script helps people set up their Terminal for development.

Packages it installs:
- git
- Homebrew (Mac only)
- Heroku Toolbelt
- pip/Django/Flask
- rbenv/rvm/Rails
- Postgres
- MySQL

# Installation Instructions

If you don't have git, download and unzip: https://github.com/sameetandpotatoes/Enviguration/archive/master.zip
Then from the Terminal, run `sudo setup.sh`

**Important**: It is essential that you run this script with sudo privileges. In other words `sudo ./setup.sh` and not just `./setup.sh`.

# Why

I created this project because I've looked everywhere for really simple scripts that install a lot of common developer tools all at once, for Mac and Linux. I couldn't find something that satisfied all of my requirements, so I created one.

Shoot me an [email](mailto:sameet.sapra@gmail.com), or better yet, file an issue if you'd like to see more added or if there's a bug on your environemnt!

# Known Issues

- Rails takes a long time to install, so be patient.
- If at any time the script hangs, press Ctrl C and it should move on to the next item to install.

# Todo:

- Support non-Debian based Linux systems