Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Grow An ARC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Andrea Schrader
Grow An ARC
Commits
f8d1b2d0
Commit
f8d1b2d0
authored
1 year ago
by
andreaschrader
Browse files
Options
Downloads
Patches
Plain Diff
Added some more links to files and some additiona descriptions to the README
parent
0a13d0c7
No related branches found
No related tags found
No related merge requests found
Pipeline
#187
passed
1 year ago
Stage: arc_json
Stage: metadata
Stage: validation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-6
9 additions, 6 deletions
README.md
with
9 additions
and
6 deletions
README.md
+
9
−
6
View file @
f8d1b2d0
...
@@ -88,13 +88,14 @@ Term Source Description | Experimental Factor Ontology | Scholarly Contributions
...
@@ -88,13 +88,14 @@ Term Source Description | Experimental Factor Ontology | Scholarly Contributions
### Adding a second publication
### Adding a second publication
As above but ontology reference information do not need to be entered in duplicates.
Not done in this example.
(As above but ontology reference information do not need to be entered in duplicates.)
## Connect the ARC with the HUB
## Connect the ARC with the HUB
Connect the local ARC with the HUB "project" and sync changes
Connect the local ARC with the HUB "project" and sync changes
-
P
repare a TOKENSTRING (personal access token (e.g. like here: https://github.com/nfdi4plants/arcCommander/discussions/157))
-
p
repare a TOKENSTRING (personal access token (e.g. like here: https://github.com/nfdi4plants/arcCommander/discussions/157))
-
replace TOKENSTRING,YourGitLabNAME and ARC_NAME below
-
replace TOKENSTRING,YourGitLabNAME and ARC_NAME below
```
bash
```
bash
...
@@ -103,11 +104,11 @@ arc sync -r https://oauth2:TOKENSTRING@git.nfdi4plants.org/YourGitLabNAME/ARC_NA
...
@@ -103,11 +104,11 @@ arc sync -r https://oauth2:TOKENSTRING@git.nfdi4plants.org/YourGitLabNAME/ARC_NA
## Add a README, a LICENCE and a .gitignore file
## Add a README, a LICENCE and a .gitignore file
Here: A template README has been added here as TEMPLATE_README.md.
Here: A template README has been added here as
[
TEMPLATE_README.md
](
./TEMPLATE_README.md
)
.
> When this is used, it needs to be named "README.md".
> When this is used, it needs to be named "README.md".
Here: A CC-BY 4.0 license has been added.
Here: A
[
CC-BY 4.0 license
](
./LICENSE
)
has been added.
Here: An initial .gitignore file has been added with the entry ".DS_Store" for macOS.
Here: An initial
[
.gitignore file
](
./.gitignore
)
has been added with the entry ".DS_Store" for macOS.
### Sync with the HUB
### Sync with the HUB
...
@@ -115,12 +116,14 @@ Here: An initial .gitignore file has been added with the entry ".DS_Store" for m
...
@@ -115,12 +116,14 @@ Here: An initial .gitignore file has been added with the entry ".DS_Store" for m
arc
sync
-m
"Added a README template, .gitignore for macOS and a CC-BY 4.0 licence file."
arc
sync
-m
"Added a README template, .gitignore for macOS and a CC-BY 4.0 licence file."
```
```
## Only for this Grow-an-ARC_Example - add the README.md which contains the procedure described here.
## Only for this Grow-an-ARC_Example - add the README.md which contains the procedure described here.
..
```
bash
```
bash
touch
README.md
touch
README.md
```
```
... and, of course, synchronize again with a message explaining what has been changed.
```
bash
```
bash
arc
sync
-m
"Added the README for this Grow-an-ARC_Example ARC including the process of growing this ARC."
arc
sync
-m
"Added the README for this Grow-an-ARC_Example ARC including the process of growing this ARC."
```
```
\ No newline at end of file
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