]> scripts.mit.edu Git - www/raw.git/blob - news/118.mdwn
Import from TextPattern
[www/raw.git] / news / 118.mdwn
1 [[!meta title="Ruby on Rails autoinstaller"]]
2 At long last, we’ve just deployed a brand new
3 [autoinstaller](http://scripts.mit.edu/start/) for
4 [Ruby on Rails](http://rubyonrails.org/), the popular
5 [Ruby](http://www.ruby-lang.org/) based web application framework.
6
7 Ruby on Rails has been supported on
8 [scripts.mit.edu](http://scripts.mit.edu/) for quite some time, but
9 the setup process was entirely manual, and involved many
10 nonintuitive steps. You can now get a working Rails installation up
11 and running for your own application in less than 60 seconds by
12 typing
13
14     $ add scripts
15     $ scripts-rails
16
17 from any Athena machine, and following the instructions.
18
19 This brings the count of autoinstallable applications up to 12:
20
21     advancedbook
22     django
23     e107
24     gallery2
25     joomla
26     mediawiki
27     phpbb
28     phpical
29     rails
30     trac
31     turbogears
32     wordpress
33
34 You can read more about these applications on our
35 [quick-start page](http://scripts.mit.edu/start/).
36
37
38