Where Is Everything?

Servers We have two servers: smithers and burns. Smithers is our production server and burns is for research. In general, run jobs on burns unless you have a specific need for the additional memory on smithers, as a crash on smithers means our various sites are down until someone notices! Apache docroot for smithers is: /l/cnets/www. However, the index.html file there is merely a re-direct to the CNETS site: http://cnets.indiana.edu GiveALink Website Our domain name is hosted at GoDaddy.com. IU DNS service only handles IU domains. For more information, contact Fil. The GiveALink site is a Rails 2.2 application linked to a MySQL database. For development, we use a MySQL dbase on our local machines (givealink_development). For testing we use givealink_testing. The production database is called "givealink_production" and it is located on smithers. {RAILS_ROOT} is located at smithers.cs.indiana.edu:/l/cnets/wwww/givealink. Remember that we actually use GFS for our file system, and don't forget that the givealink project is checked out using Subversion. Be careful to always use SVN for checkout, update, and commit!