Skip to content

Simple Video Test Environment

Notifications You must be signed in to change notification settings

Lupin3000/VideoTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VideoTest

This repository includes all files for the tutorial on softwaretester.info.

Create project

# create project
$ mkdir -p ~/Projects/ && cd ~/Projects/

# clone all files from repository
$ git clone https://github.com/Lupin3000/VideoTest.git

# change directory
$ cd ~/Projects/VideoTest

Run project

# modify Vagrantfile (box name)
$ vim Vagrantfile

# start new environment
$ vagrant up --provision-with install,prepare,start

# open in browser
$ open -a Safari http://localhost:8080/

Releases

No releases published

Packages

No packages published

Languages