XPUB Git: Difference between revisions
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=To Join= | =To Join= | ||
'''Register an account''' | |||
Account registration is currently closed by default, as we have too many bot intruders. Ask Michael, Aymeric, Manetta or gnd for an account if you need one.) | |||
'''Install your SSH key''' | |||
Add you ssh public key to https://git.xpub.nl/user/settings/keys | |||
If you dont have one generate one: | |||
<span style="background:yellow">'''ensure the key is generate with ''ed25519'' algorithm, instead of the default rsa'''</span> <code>ssh-keygen -t ed25519</code> | |||
'''Team up''' | |||
In https://git.xpub.nl/user/settings/organization ensure you are part of the XPUB organization. | |||
=as Admin (staff)= | =as Admin (staff)= | ||
Line 28: | Line 38: | ||
==[https://git.xpub.nl/XPUB/project.xpub.nl XPUB/project.xpub.nl]== | ==[https://git.xpub.nl/XPUB/project.xpub.nl XPUB/project.xpub.nl]== | ||
Is the repository where the graduation projects website https://project.xpub.nl/ is located. | Is the repository where the graduation projects website https://project.xpub.nl/ is located. | ||
=Related pages= | |||
* [[XPUB git hooks]] | |||
[[Category:Xpub Admin Documentation]] | [[Category:Xpub Admin Documentation]] |
Latest revision as of 16:25, 8 September 2021
Xpub runs its own Git server on the XVM machine and accessible at https://git.xpub.nl/
To Join
Register an account
Account registration is currently closed by default, as we have too many bot intruders. Ask Michael, Aymeric, Manetta or gnd for an account if you need one.)
Install your SSH key
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
Team up
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
XPUB/project.xpub.nl
Is the repository where the graduation projects website https://project.xpub.nl/ is located.