Merge branch 'master' into 1208-admin-multiple-creation-fix

This commit is contained in:
Hannes Heine 2022-01-13 08:39:19 +01:00 committed by GitHub
commit e8aa403ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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