https://github.com/adfinis/adsy-trainings
Workshop and training materials
https://github.com/adfinis/adsy-trainings
slides training training-materials workshop workshop-materials
Last synced: 3 months ago
JSON representation
Workshop and training materials
- Host: GitHub
- URL: https://github.com/adfinis/adsy-trainings
- Owner: adfinis
- License: other
- Created: 2017-04-28T09:10:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T08:59:20.000Z (over 5 years ago)
- Last Synced: 2025-03-30T08:33:20.812Z (6 months ago)
- Topics: slides, training, training-materials, workshop, workshop-materials
- Language: Makefile
- Homepage:
- Size: 48.8 MB
- Stars: 15
- Watchers: 19
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Adfinis SyGroup AG Trainings
This are the source files for our trainings. For the builded versions, see:
https://docs.adfinis-sygroup.ch/public/trainings## How to clone the git repository
For read-write clone it over ssh
git clone --recursive git@github.com:adfinis-sygroup/adsy-trainings.git
or for read-only over https
git clone --recursive https://github.com/adfinis-sygroup/adsy-trainings.git
## How to create a new training
Each training has three unique parts
- Name of the training
- Name of the module
- A unique ID`$ ./adsy-trainings-common.src/new-training.sh `
- Edit `/_/modul__.yml` to
your needs. This file is required to build the training.- Add your training content
- All images need to be in a subdirectory of
`/_/`,
e.g. `/_/`, otherwise they will not be
displayed when built- Make sure to only use non-copyrighted materials
- Check if your training looks like you wish.
`cd /_/`
`make`
- Add the files to the git repository and push it. After a few minutes, the
new training should be available at
https://docs.adfinis-sygroup.ch/public/trainings