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

https://github.com/burtlo/presentation-framework

Presenting technical topics with a presentation framework packaged in Habitat
https://github.com/burtlo/presentation-framework

Last synced: 2 months ago
JSON representation

Presenting technical topics with a presentation framework packaged in Habitat

Awesome Lists containing this project

README

        

# Presentation Framework

This is a stand-alone presentation framework example.

## Run it locally

```
$ bundle install
$ shotgun
```

Visit http://localhost:9393

## Run it through Habitat

```
$ export HAB_DOCKER_OPTS="-p 8000:9393"
$ hab studio enter
$ build
$ hab sup start ORIGIN/presentation-framework-DATETIME.hart
```

Visit http://localhost:9393

## Run it through Docker

```
$ docker pull burtlo/presentation-framework
$ docker run -p 8000:9393 -it burtlo/presentation-framework
```

Visit http://localhost:9393