File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 33
44Laptop is a set of scripts to get your laptop set up as a development machine.
55
6+ It should take about 45-60 minutes for everything to install, depending on your machine.
7+
68Mac OS X
79--------
810
@@ -23,23 +25,3 @@ Then, run this one-liner:
2325
2426If you're setting up Ubuntu for one of our workshops, we recommend you also install gEdit for your text editor.
2527You can [ customize it with these instructions] ( http://blog.sudobits.com/2011/04/02/textmate-for-ubuntu-linux/ ) .
26-
27- What it sets up
28- ---------------
29-
30- * SSH public keys (for authenticating with services like Github and Heroku)
31- * Homebrew or apt-get (for managing operating system libraries)
32- * Ack (for finding things in files)
33- * Tmux (for saving project state and switching between projects)
34- * Postgres (for storing relational data)
35- * Redis (for storing key-value data)
36- * ImageMagick (for cropping and resizing images)
37- * RVM (for managing versions of the Ruby programming language)
38- * Ruby 1.9.2 stable (for writing general-purpose code)
39- * Bundler gem (for managing Ruby libraries)
40- * Rails gem (for writing web applications)
41- * Heroku gem (for interacting with the Heroku API)
42- * Taps gem (for pushing and pulling SQL databases between environments)
43- * Postgres gem (for making Ruby talk to SQL databases)
44-
45- It should take about 30 minutes for everything to install, depending on your machine.
You can’t perform that action at this time.
0 commit comments