/airsonic-demo

Airsonic demo site deployment

Primary LanguageShellGNU Affero General Public License v3.0AGPL-3.0

Airsonic demo site deployment project

This project aims to deploy an Airsonic demo site any OpenShift platform.

Deployment instructions

login to OpenShift

log in to your OpenShift platform using the oc login command.

Create a new project

Create a new project on OpenShift called (for instance) airsonic-demo

oc new-project aisonic-demo

Create project objects

Simply run the init-project.sh script.