Skip to content

sg3tester/songator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songator 3

DJ's open playlist

Songator 3 is in development

Download

Comming soon...

Cloning the code

Requirements

  • PHP 5.4 and above
  • MySQL 5.6
  • MySQL levenstein function (SG3 includes it)
  • Nette Framework 2.1
  • Enabled mod rewrite
  • You need a composer (for custom build or cloning devel. branch)

$ curl -s http://getcomposer.org/installer | php

Download for Windows

Installation

Coming soon!

Cloning repository (custom build)

  1. Clone this git repository git clone https://github.com/JDCofficial/songator.git
  2. From command prompt: composer update in directory with sources (downloads dependencies)
  3. Create new database and import SQL dump /bin/sql/songator.sql to your database
  4. Create file config.local.neon in directory /app/config and paste this:
parameters:
	twitter: # optionally - for login via twitter
		key: "<twitter app key>"
		secret: "<secret>"


nette:
	database:
		dsn: 'mysql:host=localhost;dbname=<your db>'
		user: <user>
		password: <pass>
		options:
			lazy: yes

!! DONE !!

In case of a problem, please contact jdc@2ne1.cz

You find a bug? Report it in Issue Tracker

Songator 3