Changes between Version 1 and Version 2 of GettingStarted

Show
Ignore:
Timestamp:
29/10/07 00:33:36 (6 years ago)
Author:
chckens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted

    v1 v2  
    44 
    55 * Log in to silver, and cd to the directory you'd like to keep the sucs-site code in. This should be outside of your public_html directory. 
    6  * run 'svn checkout https://projects.sucs.org/svn/sucs-site'. You'll probably be prompted to accept an SSL certificate, press 'p' to accept this permanently. 
     6 * type the following command: 
     7{{{  
     8svn checkout https://projects.sucs.org/svn/sucs-site  
     9}}}  
     10 
     11 * You'll probably be prompted to accept an SSL certificate, press 'p' to accept this permanently. 
    712 * type 'cd sucs-site' to enter the newly created directory, then './setup.sh' to configure the site to work in your home directory 
     13 
     14This should give you your own copy of the SUCS website to work on.