Return-Path: <colby@geeklings.net>
X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on chandra.berkeley.edu
X-Spam-Level: 
X-Spam-Status: No, score=-1.4 required=3.0 tests=BAYES_00,SARE_MLH_Stock1
	autolearn=no version=3.1.8
X-Original-To: gbower@astro.berkeley.edu
Delivered-To: gbower@astro.berkeley.edu
Received: from geeklings.net (oj.got.stabby.net [208.96.51.51])
	by chandra.berkeley.edu (Postfix) with SMTP id E04F4863E3
	for <gbower@astro.berkeley.edu>; Fri,  7 Mar 2008 12:17:44 -0800 (PST)
Received: from [10.0.1.200] (adsl-75-61-102-215.dsl.pltn13.sbcglobal.net [75.61.102.215])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by geeklings.net (Postfix) with ESMTP id A32114F89D
	for <gbower@astro.berkeley.edu>; Fri,  7 Mar 2008 12:17:44 -0800 (PST)
Message-Id: <395F0DFB-091F-4C46-82EF-6DEA9BC14F9A@geeklings.net>
From: Colby Gutierrez-Kraybill <colby@geeklings.net>
To: Geoffrey Bower <gbower@astro.berkeley.edu>
In-Reply-To: <47D1937D.3090106@astro.berkeley.edu>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v919.2)
Subject: Re: Using CARMA proposal as cribsheet
Date: Fri, 7 Mar 2008 12:17:44 -0800
References: <BADA7898-7978-4A70-BDEA-5EBA5D7FA756@geeklings.net> <47CF429F.1040604@astro.berkeley.edu> <C879CACB-5492-44CA-8CC4-F457FC380131@geeklings.net> <47D18574.10304@astro.berkeley.edu> <AFEAA7F2-C64E-4740-9ECB-F3AEB503C03F@geeklings.net> <47D1937D.3090106@astro.berkeley.edu>
X-Mailer: Apple Mail (2.919.2)


On Mar 7, 2008, at 11:11 AM, Geoffrey Bower wrote:

> I just need to be able to create and edit some web pages that are  
> attached to ral.berkeley.edu.  How can I do that?
>
> Geoff

Check!

First, you need to have an svn repository of the RAL site (which is  
rather large with old crap).  I've done this for you on  
sun.berkeley.edu in /sun1
(/sun1 should be available to you from other points in the network, if  
not, central@astro can take care of it)  If you cannot get to it from  
other machines, go ahead and ssh into sun.berkeley.edu, it's part of  
the astro network.

(the svn check out is currently running)

The way the website is set up, when you add/change files, it will  
automatically be updated on the website itself.

So, if you edit index.html, then submit the change via:

svn ci -m "I did this change, blah blah blah" index.html

It should show up on ral.berkeley.edu within ~10seconds.

For more indepth help on creating/adding whole new files, you can  
either ask David M, or follow these cryptic instructions:


vi newfile.html
<add your stuff>
<or copy your newfile.html into place after editing/looking at it via  
local web browser on your desktop>

Now add file into repository
svn add newfile.html
svn ci -m "first checkin on this file" newfile.html

You should see it on the website if you navigate to it.

Ta-da!

The check is currently still running, it's ~2GB...

- Colby

