Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexhff/adaltas2020
Internship Report - Building an automation and deployment solution for NodeJS
https://github.com/alexhff/adaltas2020
deployment devops infraops
Last synced: 8 days ago
JSON representation
Internship Report - Building an automation and deployment solution for NodeJS
- Host: GitHub
- URL: https://github.com/alexhff/adaltas2020
- Owner: AlexHff
- Created: 2020-07-24T09:11:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T13:43:48.000Z (about 4 years ago)
- Last Synced: 2024-12-12T23:11:38.875Z (2 months ago)
- Topics: deployment, devops, infraops
- Language: TeX
- Homepage:
- Size: 7.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adaltas
Internship Report - Building an automation and deployment solution for NodeJS
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
To successfully compile the TeX source to a readable PDF, you need `pdflatex`.
Most of the time, this extension will be included in a LaTeX package suck as `texlive-latex-base` or `texlive-latex-extra`.### Installation
1. Clone the repo
```sh
git clone https://github.com/AlexHff/adaltas.git
```2. Build LaTeX document from source — this will also generate the files needed by makeglossaries
```sh
pdflatex rapport.tex
```3. Invoke makeglossaries — a script which selects the correct character encodings and language settings
```sh
makeglossaries rapport
```4. Build LaTeX document again — to produce a document with glossary entries
```sh
pdflatex rapport.tex
```If you have `mupdf` installed, you can run `./compile.sh` in your command line.