Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 702 Bytes

setup.md

File metadata and controls

23 lines (17 loc) · 702 Bytes
title
Setup

This lesson builds on the AnalysisPayload program developed in the ATALS GitLab lesson. To continue, you will need to have a working version of it.

If you had any issues working on your own project, you can always fork the example from the usatlas-computing-bootcamp-2021/02-atlas-gitlab GitLab repository.

Quick Start

Login to the UChicago Analysis Facility

ssh login.af.uchicago.edu

{: .language-bash}

Clone the starting point using

git clone --recursive ssh://[email protected]:7999/usatlas-computing-bootcamp-2021/02-atlas-gitlab.git

{: .language-bash}

{% include links.md %}