]> scripts.mit.edu Git - www/raw.git/blob - start/38.mdwn
Import from TextPattern
[www/raw.git] / start / 38.mdwn
1 [[!meta title="Getting Started with scripts.mit.edu"]]
2 The scripts.mit.edu automatic installers allow you to get popular
3 software up-and-running quickly.
4
5 You can easily try out a new wiki, blog, forum, photo gallery, or
6 other piece of software by simply running two commands at an Athena
7 prompt (you must use an Athena computer to run these commands; we
8 recommend using a cluster workstation or
9 [athena.dialup.mit.edu](http://athena.dialup.mit.edu/ssh.html)):
10
11 athena% **add scripts**  
12 athena% **scripts-start**
13
14 (If you are confused about how to run the above commands on Athena,
15 e-mail scripts@mit.edu for assistance. You must have an
16 [Athena account](http://web.mit.edu/olh/Register/) and understand
17 the
18 [MITnet rules of use](http://web.mit.edu/olh/Welcome/rules.html) in
19 order to use the service.)
20
21 The quick-start installer will then present a menu and ask you to
22 select from the following popular software packages:
23
24 #### [Wikis](http://en.wikipedia.org/wiki/Wiki) and [Blogs](http://en.wikipedia.org/wiki/Blog):
25
26 -   [MediaWiki](http://www.mediawiki.org/)
27     ~[demo](http://www.wikipedia.org)~ – wiki software from the
28     Wikimedia Foundation that helps users to create and edit content on
29     the web. Mediawiki is especially suited for collaborative writing.
30
31 -   [WordPress](http://wordpress.org/)
32     ~[demo](http://wordpress.com/)~ – a blog publishing system.
33
34 #### Photo Galleries:
35
36 -   [Gallery2](http://gallery.menalto.com/)
37     ~[demo](http://gallery.menalto.com/gallery/samples)~ – enables
38     simple management and publication of photographs and other digital
39     media. Gallery2 features automatic thumbnails, resizing, rotation,
40     and flipping. Albums can be organized hierarchically and
41     individually controlled by administrators or privileged users.
42
43 #### [Forums](http://en.wikipedia.org/wiki/Forums):
44
45 -   [phpBB](http://www.phpbb.com/)
46     ~[demo](http://www.phpbb.com/phpBB/)~ – a high powered, fully
47     scalable, and highly customizable bulletin board package. phpBB has
48     a user-friendly interface, a simple and straightforward
49     administration panel, and a helpful FAQ.
50
51 #### [Content Management Systems](http://en.wikipedia.org/wiki/Content_management_system) (CMS’s):
52
53 -   [Joomla](http://joomla.org/) ~[demo](http://demo.joomla.org/)~
54     – a content-publishing system featuring page caching, web indexing,
55     RSS feeds, printable versions of pages, news flashes, blogs,
56     forums, polls, calendars, website searching, and language
57     internationalization.
58
59 #### [Software Issue Trackers](http://en.wikipedia.org/wiki/Issue_tracking_system):
60
61 -   [Trac](http://trac.edgewall.org/)
62     ~[demo](http://www.hosted-projects.com/trac/TracDemo/Demo)~ – an
63     integrated wiki, ticket tracker, and source code viewer for various
64     revision control systems (including
65     [Subversion](http://subversion.tigris.org/) and
66     [Git](http://git-scm.com/)).
67
68 #### [Web Application Frameworks](http://en.wikipedia.org/wiki/Web_application_framework):
69
70 -   [TurboGears](http://turbogears.org/) –
71     [Python](http://www.python.org/) based rapid webapp development
72     framework
73
74 -   [Django](http://www.djangoproject.com/) – another
75     [Python](http://www.python.org/) based rapid webapp development
76     framework
77
78 -   [Ruby on Rails](http://rubyonrails.org/) –
79     [Ruby](http://www.ruby-lang.org/) based rapi webapp development
80     framework
81
82 #### Miscellaneous
83
84 -   [PHP iCalendar](http://phpicalendar.net/)
85     ~[demo](http://phpicalendar.net/phpicalendar/)~ – calendar software
86     that displays iCal files in a logical, clean manner with day, week,
87     month, and year navigation. phpiCal is available in 13 languages
88     and includes support for printing, searching and RSS news feeds.
89
90 (If you would like us to create an automatic installer for a
91 software package that is not currently on this list, you can let us
92 know by e-mailing scripts@mit.edu. Alternatively, you can use the
93 [web script service](/web) to immediately set up whatever software
94 you want to have installed.)
95
96 ### After the Install
97
98 You should add yourself to the
99 [scripts-announce mailing list](https://mailman.mit.edu/mailman/listinfo/scripts-announce)
100 if you would like to receive announcements of major service changes
101 and outages. This list receives only a few messages per year.
102
103 If you set up a site for your group using scripts.mit.edu and you
104 would like to be able to use a URL of the form  
105 http://YOUR\_GROUP.mit.edu/  
106 please visit this page on
107 [how to obtain a shorter URL](http://scripts.mit.edu/faq/14)
108
109 ### Technical Details
110
111 For more information, see our list of
112 [Frequently Asked Questions](../faq/).
113
114 Each of these installers does the following:
115
116 -   signs you up for the [web script service](../web)
117 -   places the desired software into your web\_scripts directory
118 -   signs you up for the [MySQL service](http://sql.mit.edu) if
119     necessary (all of the installers except the one for PHP iCalendar
120     use MySQL)
121 -   signs you up for scripts.mit.edu [security updates](/faq/44)
122
123 The installers place your MySQL account password in a .sql/my.cnf
124 file in your Athena locker. You may use this password to manage
125 your MySQL account at the
126 [sql.mit.edu web interface](http://sql.mit.edu).
127
128
129