mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
file format changed to md
This commit is contained in:
parent
181138d21d
commit
5959146073
25
docu/onboarding_process.md
Normal file
25
docu/onboarding_process.md
Normal file
@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Loading…
x
Reference in New Issue
Block a user