This repository was archived by the owner on Oct 20, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #How to generate a PDF document from a set of Markdown files with Docker ?
2+
3+ Follows the guide: [ Fiware markdown to PDF] ( https://github.com/FiwareULPGC/fiware-markdown-to-pdf#quick-start-guide-with-docker )
4+
5+ ## User Guide
6+
7+ git clone https://github.com/Orange-OpenSource/fiware-cepheus.git
8+ cd fiware-cepheus
9+ docker run -v=/Users/{UserName}/fiware-cepheus:/md2pdf fiwareulpgc/markdown-to-pdf -i /md2pdf/doc/md2pdf/md2pdf.yml -o /md2pdf/user-guide.pdf
10+
11+ ## Admin Guide
12+
13+ git clone https://github.com/Orange-OpenSource/fiware-cepheus.git
14+ cd fiware-cepheus
15+ docker run -v=/Users/{UserName}/fiware-cepheus:/md2pdf fiwareulpgc/markdown-to-pdf -i /md2pdf/doc/md2pdf/md2pdf_admin.yml -o /md2pdf/admin-guide.pdf
16+
Original file line number Diff line number Diff line change 1+ files_order :
2+ - ' ../index.md'
3+ - ' ../cep/index.md'
4+ - ' ../cep/configuration.md'
5+ - ' ../cep/mapping.md'
6+ - ' ../cep/types.md'
7+ - ' ../cep/geospatial.md'
8+ - ' ../broker/index.md'
9+ - ' ../examples/1_RoomsAndFloors/index.md'
10+ - ' ../examples/2_CloseShutters/index.md'
11+ - ' ../examples/3_CepAndBroker/index.md'
12+ - ' ../examples/4_CepAndBrokerAndOrion/index.md'
13+ - ' ../examples/5_TemperatureThreshold/index.md'
14+ - ' ../examples/6_QueryAndCommand/index.md'
15+ - ' ../examples/7_Metadata/index.md'
16+ - ' ../examples/8_DateAndGeoPoint/index.md'
17+ - ' ../examples/9_Geofencing/index.md'
Original file line number Diff line number Diff line change 1+ files_order :
2+ - ' ../admin/cep.md'
3+ - ' ../admin/broker.md'
You can’t perform that action at this time.
0 commit comments