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

https://github.com/3mdeb/rte-workshop

Materials for RTE Workshop at OSFC 2018
https://github.com/3mdeb/rte-workshop

Last synced: 5 months ago
JSON representation

Materials for RTE Workshop at OSFC 2018

Awesome Lists containing this project

README

          

Prerequisities
--------------

* laptop with WiFi connection

```
network ID: RTE-Workshop
password: E4i94qUw4IHj
```

* installed Virtual Box environment with Extension Pack - [download](https://www.virtualbox.org/wiki/Downloads)
* enabled virtualization in BIOS settings for 64-bit VBox system image
* download our exported Debian OVA image (32-bit version doesn't require
virtualization, but it's without Docker installed):
- x64 version - [download](https://cloud.3mdeb.com/index.php/s/zvolHh8l1UeKB9L)
- x86 version - [download](https://cloud.3mdeb.com/index.php/s/Pnd7yjc9SnTR44F)

* import `Debian RTE Workshop x64.ova` to your Virtual Box - [instruction](https://docs.oracle.com/cd/E26217_01/E26796/html/qs-import-vm.html)

* start imported OS and log in:
```
user: rte-workshop
password: rte-workshop
```
* all necessary files can be found in `~/RTE-Workshop/` directory including
`README`

Presentation
------------

RTE-Workshop presentation is created with Remark - in-browser, markdown-driven
slideshow tool. To run such presentation, clone this repository, then go to
`rte-workshop/presentations` directory with all required files and run:

```
sudo python -m SimpleHTTPServer 8000
```
or

```
python3 -m http.server 8000
```

Now, open your favourite browser and type `0.0.0.0`. There should be listed
directory tree with `rte-workshop.html` file. Just click it and enjoy our
presentation.

![Directory listing](presentations/images/dir-listing.png)