Skip to content

YouTube Web App Quick Deployment

nategastonUni edited this page Oct 29, 2018 · 2 revisions

A web-app was developed alongside the physical interface to handle music-playing (the player) and music-selection (the mobile app). This is a quick guide to deploying the YouTube-Mp3 prototype found on master.

The Server

  1. Set up a php enabled server
  2. Transfer the prototype source code (from the campfire folder)
  3. Create a database called campfire.
  4. Create a table called _songs _and fill with data from 'songs.csv'

The Player

To use the player, go to player.php on your live server.

.../campfire-mp3/public/player.php

Use a browser that properly manages JS and HTML audio, such as Chrome or Opera

The Mobile Web-app

To use the mobile web-app interface, go to the live URL that corresponds with the desired user number:

.../campfire-mp3/public/user1.php

.../user2.php

.../user3.php

.../user4.php