An open API service indexing awesome lists of open source software.

https://github.com/athlan/polsl-picknplay-doc

Engineer’s Degree Thesis: Remote control from the smartphone of the marketing game displayed on distributed LED screens.
https://github.com/athlan/polsl-picknplay-doc

Last synced: 4 months ago
JSON representation

Engineer’s Degree Thesis: Remote control from the smartphone of the marketing game displayed on distributed LED screens.

Awesome Lists containing this project

README

          

picknplay-doc
=============

## Compiling

To compile PDF into `/target` directory just use prepared script:

```
./bin/printpdf.sh
```

Make sure, that you able to call `pdflatex` from cli.

## Publishing

Configure file once:

```
cp bin/publish-ftp.sh.diff bin/publish-ftp.sh && chmod +x bin/publish-ftp.sh
vi bin/publish-ftp.sh # edit credentials
```

To publish, just type:
```
./bin/publish-ftp.sh
```