Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc_vagrant
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Ishan Patel
ohpc_vagrant
Commits
6232fe50
Commit
6232fe50
authored
6 years ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Add instructions for project init and setup
Include info on how to checkout project with submodule
parent
443bd136
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-0
12 additions, 0 deletions
README.md
with
12 additions
and
0 deletions
README.md
+
12
−
0
View file @
6232fe50
...
...
@@ -12,3 +12,15 @@ the cruft of a vagrant init). It leverages work from a
[
pilot project
](
https://gitlab.rc.uab.edu/ravi89/ohpc_vagrant
)
(primaryly the development of an updated centos 7.5 image)
but prefers a clean repo slate.
== Project Setup ==
After cloning this project you need to initialize the submodule
from with in the git repo
```
git submodule init
git submodule update
```
Alternatively you can provide the
`--recurse-submodules`
command
during the initial clone.
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