Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.15 KB

Travelvideo

Build Status

This is the code for the website located at https://travel.stoman.de. This repository contains all the code, but due to file sizes not the actual videos. You can view the website at the URL given above or build the website yourself as described below.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/stoman/travelvideo this repository
  • cd travelvideo
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Building a Docker container

  • docker build -t registry.stoman.de/travel:latest .