Difference between revisions of "Source Code"
(Fixed perm redirect.) |
(Add link to Github repos.) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Open source code from the Houpt Lab is available from the [https://github.com/HouptLab Houpt Lab Github Repositories]. | ||
+ | |||
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 [http://subversion.tigris.org/ Subversion version control system], and associated software. The [http://svnbook.red-bean.com/ Subversion Book] is a good introduction and reference to the world of Subversion. | 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 [http://subversion.tigris.org/ Subversion version control system], and associated software. The [http://svnbook.red-bean.com/ Subversion Book] is a good introduction and reference to the world of Subversion. | ||
Line 13: | Line 15: | ||
[{{SERVER}}/cortex/websvn/ Houpt Lab Source Code Repository] | [{{SERVER}}/cortex/websvn/ Houpt Lab Source Code Repository] | ||
− | ==Mac OS X Client Setup== | + | ==Mac OS X Client Setup (10.6+)== |
All the software and scripts for setting up an Subversion client are available on LabDisk in the [{{SERVER}}/LabDisk/CEHoupt/Software/Subversion/ Software/Subversion] folder. | All the software and scripts for setting up an Subversion client are available on LabDisk in the [{{SERVER}}/LabDisk/CEHoupt/Software/Subversion/ Software/Subversion] folder. | ||
− | === | + | ===Command-Line and Secure Shell (SSH) Public-Key Encryption Setup=== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | To use Subversion over SSH from the command-line, it is useful to setup SSH keys for password-less login. | |
Run the [{{SERVER}}/LabDisk/CEHoupt/Software/Subversion/Create%20SSH%20Key.command Create SSH Key] script to generate public and private keys for the current user. | Run the [{{SERVER}}/LabDisk/CEHoupt/Software/Subversion/Create%20SSH%20Key.command Create SSH Key] script to generate public and private keys for the current user. | ||
Line 33: | Line 27: | ||
Run the [{{SERVER}}/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). | Run the [{{SERVER}}/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== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | The sever is currently running 10.4, which doesn't ship with Subversion. The [{{SERVER}}/LabDisk/CEHoupt/Software/Subversion/Subversion%201.4.4-2%20Universal.dmg Subversion client] package is installed, which places the Subversion command line tools in /usr/local/bin. Symbolic links are setup in /usr/bin so that Subversion commands are available on the default path. | |
− |
Latest revision as of 09:15, 16 April 2019
Open source code from the Houpt Lab is available from the Houpt Lab Github Repositories.
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. The Subversion Book is a good introduction and reference to the world of Subversion.
Houpt Lab Repository Access
The Houpt Lab Subversion server is accessed with the following URL:
svn+ssh://houptlab.org/svnroot/
Browsing the Repository
The repository can be viewed from any web browser using the WebSVN interface at:
Houpt Lab Source Code Repository
Mac OS X Client Setup (10.6+)
All the software and scripts for setting up an Subversion client are available on LabDisk in the Software/Subversion folder.
Command-Line and Secure Shell (SSH) Public-Key Encryption Setup
To use Subversion over SSH from the command-line, it is useful to setup SSH keys for password-less login.
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
The sever is currently running 10.4, which doesn't ship with Subversion. The Subversion client package is installed, which places the Subversion command line tools in /usr/local/bin. Symbolic links are setup in /usr/bin so that Subversion commands are available on the default path.