Skip to content

sameetandpotatoes/Enviguration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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, 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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages