reiosantos / baraka

Ugandan music download site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baraka

Your favourite christian music hub

SET UP

Installation

Before you go ahead, make sure you have docker, docker-compose and composer installed on your machine

git clone https://github.com/reiosantos/baraka.git

[1] With docker-compose

Running with docker compose:

Make sure no service is running on port 8000 and 3306

cd baraka

docker-compose up

Access the site on https://localhost:8000 Or the admin site on https://localhost:8000/admin

[2] Without docker-compose

If run without docker-compose, you need to provide the following environment variables

APP_DEBUG
DB_HOST
DB_USERNAME
DB_PASSWORD
DB_DATABASE

If run without usimg docker compose, you need to install composer dependencies with

composer install

composer dump-autoload -o

Migrate tables

docker exec -it baraka-app bash

./vendor/bin/doctrine-migrations migrations:migrate

To run this directly on the apache server's root /var/www/html/, You only ned to copy the contents of the baraka folder to the web root folder.

cp baraka/* /var/www/html/

You can then access the site on http://localhost/

About

Ugandan music download site


Languages

Language:PHP 57.2%Language:HTML 35.3%Language:TSQL 3.2%Language:Hack 2.9%Language:Dockerfile 1.2%Language:Shell 0.2%