XPUB Git: Difference between revisions
Andre Castro (talk | contribs) |
Andre Castro (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
* Move XPUB1 users to XPUB2 team | * Move XPUB1 users to XPUB2 team | ||
* Add new students to XPUB1 team | * Add new students to XPUB1 team | ||
=Important Repositories= | |||
[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 | |||
* create a folder with issue number: <code>NN/</code> | |||
* create the webpage in: <code>NN/index.html</code> | |||
[[Category:Xpub Admin Documentation]] | [[Category:Xpub Admin Documentation]] |
Revision as of 13:29, 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