mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
26 lines
983 B
Markdown
26 lines
983 B
Markdown
# Onboarding process
|
|
## Meeting with Bernd (zoom)
|
|
## Meeting with Claus-Peter and perhaps concerning team member (zoom)
|
|
## Presentation to all team members (discord)
|
|
## Grant access to
|
|
- Nextcloud server
|
|
- Add to github repository (create github account if not available)
|
|
## Start working
|
|
- install docker desktop
|
|
- install git: https://git-scm.com/book/de/v2/Erste-Schritte-Git-installieren
|
|
- add new ssh key: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
|
|
- download gradido repository: git clone git@github.com:gradido/gradido.git --recursive
|
|
- install visual studio code
|
|
- docker-compose build
|
|
- docker-compose up
|
|
http://localhost/vue should be same as https://gdd1.gradido.com/vue
|
|
|
|
## git basics to update this document
|
|
- git status
|
|
- git branch onboarding_process
|
|
- git checkout onboarding_process
|
|
- git add onboarding_process.md
|
|
- git commit
|
|
- git push
|
|
- git push --set-upstream origin onboarding_process
|