schultyy / euru-trans

Website for eurucamp 2014 transcriptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

euru-trans

Build Status Website for eurucamp 2014 transcriptions

Dependencies

Eurucamp transcriptions checked out in transcripts folder. For now the transcriptions are not publicly available

Instructions

To start your new Phoenix application you have to:

  1. Install dependencies with mix deps.get
  2. Start Phoenix router with mix phoenix.start

Now you can visit localhost:4000 from your browser.

Transcriptions

Transcriptions are fetched from Elasticsearch.

  • Elasticsearch must be available under http://localhost:9200.
  • Transcriptions must be available in transcripts index.

Transcript format:

  • title
  • text
  • teaser
  • id
  • speaker

Notes

  • If you choose to change the application's structure, you could manually start the router from your code like this EuruTrans.Router.start

About

Website for eurucamp 2014 transcriptions


Languages

Language:HTML 61.1%Language:JavaScript 34.8%Language:Elixir 3.8%Language:CSS 0.3%