Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
main
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDIS
Computer Sciences
Courses
CS544
s25
main
Commits
33756ee4
Commit
33756ee4
authored
1 month ago
by
TYLER CARAZA-HARTER
Browse files
Options
Downloads
Patches
Plain Diff
SSH clone directions
parent
6e652a50
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects.md
+19
-2
19 additions, 2 deletions
projects.md
with
19 additions
and
2 deletions
projects.md
+
19
−
2
View file @
33756ee4
...
@@ -37,7 +37,9 @@ involve some setup (like installing docker) on the VM.
...
@@ -37,7 +37,9 @@ involve some setup (like installing docker) on the VM.
For later projects, we'll share details about how to do use cloud
For later projects, we'll share details about how to do use cloud
resources.
resources.
## Project Repository Creation
## Project Repository
### Creation
At the start of each project, you must submit the
[
partner
At the start of each project, you must submit the
[
partner
form
](
https://tyler.caraza-harter.com/cs544/s25/forms.html
)
. This
form
](
https://tyler.caraza-harter.com/cs544/s25/forms.html
)
. This
...
@@ -45,8 +47,22 @@ will indicate whether or now you have a partner (and if so, who).
...
@@ -45,8 +47,22 @@ will indicate whether or now you have a partner (and if so, who).
Upon a valid a submission, we'll create a repo for you and your
Upon a valid a submission, we'll create a repo for you and your
partner (if any) on GitLab and email you a link.
partner (if any) on GitLab and email you a link.
## Project Setup
### Clone
You will want to clone your new repo to your VM. There are multiple
ways to authenticate. One is via SSH key:
1.
on your VM, run
`ssh-keygen`
to generate a new key, following the steps indicated
2.
print the key with
`cat ~/.ssh/id_ed25519.pub`
, then copy it
3.
go to https://git.doit.wisc.edu/-/user_settings/ssh_keys
4.
click "Add new key"
5.
paste the key you copied, give it any title you wish, and optionally specify an expiration
6.
find your new repo (you can navigate from https://git.doit.wisc.edu/cdis/cs/courses/cs544)
7.
click the "Code" dropdown
8.
copy the "Clone with HTTPS" URL
9.
on your VM, run
`git clone URL`
(replacing "URL" with the one you copied)
<!--
To clone your GitLab repository on a VM, you can run the following command:
To clone your GitLab repository on a VM, you can run the following command:
```
bash
```
bash
git clone https://oauth2:
$GITLAB_ACCESS_TOKEN
@repo_url
git clone https://oauth2:
$GITLAB_ACCESS_TOKEN
@repo_url
...
@@ -94,6 +110,7 @@ You can double check that the `env` variable was saved with:
...
@@ -94,6 +110,7 @@ You can double check that the `env` variable was saved with:
```
bash
```
bash
echo
$GITLAB_ACCESS_TOKEN
echo
$GITLAB_ACCESS_TOKEN
```
```
-->
### Environment
### Environment
If one does not already exist for your project, create a
`venv`
:
If one does not already exist for your project, create a
`venv`
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment