https://github.com/lupin3000/videotest
Simple Video Test Environment
https://github.com/lupin3000/videotest
tutorial tutorial-code
Last synced: 9 months ago
JSON representation
Simple Video Test Environment
- Host: GitHub
- URL: https://github.com/lupin3000/videotest
- Owner: Lupin3000
- Created: 2017-10-27T09:51:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T10:05:54.000Z (over 8 years ago)
- Last Synced: 2025-03-21T18:52:04.545Z (about 1 year ago)
- Topics: tutorial, tutorial-code
- Language: HTML
- Homepage: https://softwaretester.info
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# VideoTest
This repository includes all files for the [tutorial](http://softwaretester.info/create-a-simple-video-test-environment/) on [softwaretester.info](https://softwaretester.info).
## Create project
```shell
# 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
```shell
# 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/
```