Skip to content
Snippets Groups Projects
Commit 0c00deea authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent 8f93055e
No related branches found
No related tags found
No related merge requests found
......@@ -52,27 +52,26 @@ My version of `blobs.go` is about 350 LOC, whereas `serve.go` is 87.
Download the starter files for this project [here](https://sedna.cs.umd.edu/818/projects/p1.tgz).
**NOT YET**
Each of you will have a repository on [`gitlab.cs.umd.edu`](https://gitlab.cs.umd.edu/cmsc818efall2023students) for version control, and to
submit projects. More info on this soon. However, the intent is that each of you will have a `gitlab` repsository
accessible as `gitlab.cs.umd.edu/cmsc818efall2023students/blather`, where `blather' is your university directory ID.
accessible as `gitlab.cs.umd.edu/cmsc818efall2023students/<directoryid>`, where `directoryid is your university directory ID.
If you can not clone your repository, first log into gitlab.cs.umd.edu's
web interface (using your university directory ID) and try again. If you still have problems, post to piazza.
Your individual
projects will live in directories `p1`, `p2`, etc. under the above
directory. Each project will be a *golang module* containing a file
directory. Each project should be a *golang module* containing a file
`ubi.go` at the top level, which imports subdirectories containg the
real code.
*Do not change this directory structure!*
**NOT YET**
You should also minimise changes to `ubi.go`, as I will be running a script across all the projects to capture output and changes.
Set up your environment as follows:
1. Install Go (current version 1.21.0), and set up `GOPATH`, possibly `GOBIN`.
1. Grab your initial files [here](https://sedna.cs.umd.edu/818/projects/p1.tgz).
1. Create your project in `cmsc818efall2023students/<directoryid>/p1`.
1. All your changes should be made here and pushed back to the repository.
I will download your files from here at project deadlines.
1. Test your setup by modifying or adding a file, pushing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment