Sha256: 9559dab12a38f6c62be941e76a8e000eff05af1f8cfc6b73ccb52d1e334863fb
Contents?: true
Size: 1.14 KB
Versions: 11
Compression:
Stored size: 1.14 KB
Contents
# Presentation "<%= @title %>" ## Metadata This ZIP-file contains the presentation "<%= @title %>" authored by "<%= @author %>" and presented by "<%= @speaker %>". It was held on "<%= @date %>". ## Run presentation ### Use rubygem `rack` **Install `rack`** ```bash gem install rack ``` **Unzip presentation** ```bash unzip <presentation>.zip ``` **Switch working directory** ```bash cd <presentation> ``` **Run rack** ```bash rackup ``` <%- if @add_static_servers -%> ### Use static webserver There are static webservers for Windows (64bit), Linux (64bit) and Mac OS X (64bit) available in this package. **Unzip presentation** ```bash unzip <presentation>.zip ``` **Switch working directory** ```bash cd <presentation> ``` **Start webserver** ```bash ./server.<Operating System>.<Architecture> ``` <%- end -%> ### Use normal webservers Just copy the files from this ZIP-file to your `docroot` and configure your webserver correctly. **Unzip presentation** ```bash unzip <presentation>.zip ``` **Copy presentation** ```bash mv <presentation> <docroot> ``` ## License Please see the included license "<%= File.basename(@license_file) %>".
Version data entries
11 entries across 11 versions & 1 rubygems