XPUB Git: Difference between revisions
Andre Castro (talk | contribs) No edit summary |
Andre Castro (talk | contribs) |
||
Line 19: | Line 19: | ||
=Important Repositories= | =Important Repositories= | ||
[https://git.xpub.nl/XPUB/issue.xpub.nl XPUB/issue.xpub.nl] | |||
==[https://git.xpub.nl/XPUB/issue.xpub.nl XPUB/issue.xpub.nl]== | |||
Is where the source code of https://issue.xpub.nl/ is stored. For each special issue: | |||
* image and SI details to a <code><div></code> with <code>class="issue"</code> following the same template as previous issues | * image and SI details to a <code><div></code> with <code>class="issue"</code> following the same template as previous issues | ||
* create a folder with issue number: <code>NN/</code> | * create a folder with issue number: <code>NN/</code> | ||
* create the webpage in: <code>NN/index.html</code> | * create the webpage in: <code>NN/index.html</code> | ||
==[[https://git.xpub.nl/XPUB/project.xpub.nl]]== | |||
Is the repository where the graduation projects website https://project.xpub.nl/ is located. | |||
[[Category:Xpub Admin Documentation]] | [[Category:Xpub Admin Documentation]] |
Revision as of 13:57, 7 May 2020
Xpub runs its own Git server on the XVM machine and accessible at https://git.xpub.nl/
To Join
- Register an account
- Add you ssh public key to https://git.xpub.nl/user/settings/keys
- if you dont have one generate one:
- ensure the key is generate with ed25519 algorithm, instead of the default rsa
ssh-keygen -t ed25519
- ensure the key is generate with ed25519 algorithm, instead of the default rsa
- if you dont have one generate one:
- in https://git.xpub.nl/user/settings/organization ensure you are part of the XPUB organization
as Admin (staff)
Once you have joined, as a regular user, to become Admin request Aymeric to add you to the Owners team
At the start of the year in https://git.xpub.nl/org/XPUB/teams
- Move XPUB2 users to Alumni team
- Move XPUB1 users to XPUB2 team
- Add new students to XPUB1 team
Important Repositories
XPUB/issue.xpub.nl
Is where the source code of https://issue.xpub.nl/ is stored. For each special issue:
- image and SI details to a
with
class="issue"
following the same template as previous issues - create a folder with issue number:
NN/
- create the webpage in:
NN/index.html
[[1]]
Is the repository where the graduation projects website https://project.xpub.nl/ is located.