Installation

(Follow the General Installation instructions before)

Cloning the Repository

  1. Make a GitHub account if you do not already have one https://github.com
  2. Go to the Kapuchin repository on GitHub at https://github.com/team846/kapuchin
    • If you get a 404 error, that means you do not have permissions to our private repositories. Message Andy with your GitHub username or email to be added to our organization
  3. Clone the repository into your computer by running:
    git clone git@github.com:Team846/kapuchin.git
  4. Check that you now have a folder called "kapuchin" on your computer

Opening the Project

  1. Open IntelliJ
  2. Click "Open", and click on the "kapuchin" folder
  3. If a notification appears on the bottom right with "Gradle build scripts found", click "Load Gradle Project"
  4. IntelliJ may take a few minutes to set everything up, watch the progress bar on the bottom
  5. If you cannot see the project folders/files window on the left, toggle View --> Tool Windows --> Project on the menu bar
  6. Now you can browse all the files in our robot code. Check out the Kapuchin Overview page for more details on the project structure