Checking out the source code
Check out the OpenCue source code
This guide shows you how to check out or download the OpenCue source code.
Before you begin
To check out the source code from the OpenCue Git repository, you need a copy of Git. Alternatively, you can download the source code directly from the GitHub repository in a browser.
Option 1: Cloning the repository
The OpenCue Git repository is hosted on GitHub.
To check out the repository locally, run the following git
command:
git clone https://github.com/AcademySoftwareFoundation/OpenCue.git
If you use GitHub already and you’ve configured your SSH keys, you might prefer to check out via SSH instead:
git clone git@github.com:imageworks/OpenCue.git
Option 2: Downloading the source code
To download an archive ZIP file of the OpenCue Git repository:
- Visit the OpenCue Git repository on GitHub.
- Click Clone or download.
- Click Download ZIP.
What’s next?
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified Tuesday, July 9, 2019: Add create project issue link (4d14b47)