RIGHT JOINt

Ветка Myзыка

Table of content

About product

Модуль позволяет настроить доступ к сайту используя авторизацию и систему ролей, для оповещения пользователей разработана модель и шаблоны уведомлений.

Тематические ветки

Описание ветки музыка. Создание альбомов, добавление мелодий.

Version:v1.0
dependencies:ветка record

Set up

Getting filed

All dependencies, lib, configs, media - filed fully composed in branch, no needs to copy by hands.

Make app run folder, next get files using git, clone repository and checkout branch

git clone https://github.com/rightJoint/jointsite
git checkout module
клонирование репозитория и переключение на ветку (module)

To use repository into current empty dir /current_dir, exec next commands:

git init
git remote add origin https://github.com/rightJoint/jointsite
git checkout -b module
git pull origin module
create empty repository and add remote jountsite. Create new local branch to track remote with the same name module

Configuration

Все основные настройки приложения по умолчанию находятся в каталоге /__config.

Migrations

Запросы на создание тестовых таблиц и вставки данных находятся в каталоге /migrations

To setup connections, create tables and use migrations you can clone and merge into project theme-branch admin