Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.13 KB

README_deployment.md

File metadata and controls

41 lines (29 loc) · 1.13 KB

How to deploy other documents

examples for device instructions

git submodule add git@github.com:fau-fablab/fablab-document.git fablab-document -b master
DEVICE="Dev"
device="dev"
cp fablab-document/Makefile.example Makefile && sed -i 's/my_tex_main_filename__TODO__changeme/Einweisung_'${DEVICE}'/g' Makefile
cp fablab-document/README.md.example README.md
sed -i 's/\$Geraet/'${DEVICE}'/g' README.md
sed -i 's/\$geraet/'${device}'/g' README.md
cp fablab-document/gitignore.example .gitignore
  • check that make produces the required files in output/
make
  • add the repository to the buildserver, see macgyver.fablab.fau.de:/home/buildserver/README