Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarebyte/cwdg-setup
A tool to help our beginner members get setup with a new development environment
https://github.com/tarebyte/cwdg-setup
Last synced: 19 days ago
JSON representation
A tool to help our beginner members get setup with a new development environment
- Host: GitHub
- URL: https://github.com/tarebyte/cwdg-setup
- Owner: tarebyte
- License: mit
- Created: 2012-11-07T00:37:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-17T02:18:08.000Z (almost 12 years ago)
- Last Synced: 2024-10-17T19:51:41.078Z (about 1 month ago)
- Language: Shell
- Size: 163 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Beginner Setup for the Collegiate Web Developers
==========
Author:
Mark Tareshawty
Email:
[email protected]
##Description
This is a beginner web development envirorment for our new members of the [Collegiate Web Developers](http://cwdg.github.com)
who use OSX as their primary operationg system.##Technologies used
* Shell Script
* Ruby##Getting Started
Please note that this is a for Mac OSX only!!!! If you try to run this on any other system you're going to have a bad time :-(###Requirements
####Xcode
If you are running a machine with OSX, please install XCode through the App Store and Install the Command Line Tools.####A Github Account
Please sign up for [Github](http://www.github.com), it's free and it's awesome###Obtain the Project
Since this project is assuming you don't have Git make just download it as a zip.
###Installing
Open the directory of the project:
cd cwdg-setup
Then run:
./setup
And that's it, the rest of the installation will take care of it and that's it, the rest of the installation will take care of itself!
##What this installs / sets up
####For OSX
- [HomeBrew](http://mxcl.github.com/homebrew/)
* [Rbenv](https://github.com/sstephenson/rbenv)
* [Ruby-Build](https://github.com/sstephenson/ruby-build)
* [Git](http://git-scm.com/)
- [Http Authentication for Github](https://help.github.com/articles/set-up-git)##ToDo
- Add port for linux
* Make it non distro specific if possible
- Set coding standard for project, I'm thinking [TomDoc](http://tomdoc.org/)