Difference between revisions of "Source Code"

From MagnetoWiki
Jump to navigation Jump to search
(Add client setup instructions.)
Line 8: Line 8:
  
 
==Mac OS X Client Setup==
 
==Mac OS X Client Setup==
 +
 +
All the software and scripts for setting up an Subversion client are available on LabDisk in the [http://www.magnet.neuro.fsu.edu/LabDisk/CEHoupt/Software/Subversion/ Software/Subversion] folder.
 +
 +
Install the [http://www.magnet.neuro.fsu.edu/LabDisk/CEHoupt/Software/Subversion/subversion-client-1.3.1.dmg Subversion client] package, which places the Subversion command line tools on the local Mac in /usr/local/bin.
 +
 +
Run the xxx script to ensure that /usr/local/bin is placed on the PATH environment variable by modifying the accounts .bashrc.
 +
 +
===Secure Shell (SSH) Public-Key Encryption Setup===
 +
 +
Run the  [http://www.magnet.neuro.fsu.edu/LabDisk/CEHoupt/Software/Subversion/Create%20SSH%20Key.command Create SSH Key] script to generate public and private keys for the current user.
 +
 +
Run the [http://www.magnet.neuro.fsu.edu/LabDisk/CEHoupt/Software/Subversion/Install%20Public%20SSH%20Key.command Install Public SSH Key] script to copy the public key to the Subversion server (houptlab.org).
  
 
==Server Setup==
 
==Server Setup==

Revision as of 23:30, 15 December 2006

Source code, scripts, and configuration files for the Houpt Lab's software, servers and meta-cortex are all stored in the Houpt Lab Source Code Repository. The repository uses the SubVersion version control system, and associated software.

Browsing the Repository

The repository can be viewed online using the WebSVN interface at:

Houpt Lab Source Code Repository

Mac OS X Client Setup

All the software and scripts for setting up an Subversion client are available on LabDisk in the Software/Subversion folder.

Install the Subversion client package, which places the Subversion command line tools on the local Mac in /usr/local/bin.

Run the xxx script to ensure that /usr/local/bin is placed on the PATH environment variable by modifying the accounts .bashrc.

Secure Shell (SSH) Public-Key Encryption Setup

Run the Create SSH Key script to generate public and private keys for the current user.

Run the Install Public SSH Key script to copy the public key to the Subversion server (houptlab.org).

Server Setup