These instructions are for an Ubuntu 12.04 setup, modification will be required for a Fedora install
* Create a new web app named "headphones" from the dashboard:** It should be under Setup > Apps > Webapps (you need to have advanced settings enabled first, under Setup > Settings)** You may have to create the directory for the webapp by hand from the command line with{{Code|mkdir -p /var/hda/web-apps/headphones/html /var/hda/web-apps/headphones/logs }}
* Install git-core in case you don't have it.
* Issue the following commands to correct the html directory permissions
{{Code|sudo chown [username]:Users users /var/hda/web-apps/headphones/html
chmod 775 /var/hda/web-apps/headphones/html}}
: Remember to replace [username] with your username