Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

In this repository you'll find a website that can be hosted with a raspberry pi. The application plays sounds on your device after a button click on the web-page.

Notifications You must be signed in to change notification settings

Philivanei/Soundboard-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Soundboard-Website

In this repository you'll find a website that can be hosted with a Raspberry Pi. The application plays sounds on your device after a button click on the web-page.

How to setup apache webserver

  1. First you need a Raspberry Pi (operating system: Raspberry Pi OS) to host your website
  2. Then open a terminal and type in the following commands:
  3. sudo apt-get install apache2
    sudo groupadd www-data
    sudo usermod -g www-data www-data

Setup files of repository

The apache webserver hosts a html file that is located at /var/www/html/<html-document>. In here you can build your own folder/file structure. Keep in mind that you have to change the paths of the sound-sample, JavaScript and CSS files in the HTML document. Build your structure in the html folder. This folder is kind of a root of the webserver files, so if you want to access files outside of the html folder, it won't find your files.

Test your webpage

Now everything should work fine. With the command ifconfig in any terminal you can see the ip address of your Raspberry Pi (in your home-network). Call this ip in a browsers search bar of your choice. Then the soundboard should appear on your device.

About

In this repository you'll find a website that can be hosted with a raspberry pi. The application plays sounds on your device after a button click on the web-page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published