lafent / ringsdb

RingsDB code base

Home Page:http://ringsdb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RingsDB

Very quick guide on how to install a local copy

This guide assumes you know how to use the command-line and that your machine has php and mysql installed.

  • install composer: https://getcomposer.org/download/
  • clone the repo somewhere
  • cd to it
  • run composer install (at the end it will ask for the database configuration parameters)
  • run php app/console doctrine:database:create
  • run php app/console doctrine:schema:create
  • import data into mysql
  • run php app/console server:run

About

RingsDB code base

http://ringsdb.com


Languages

Language:JavaScript 58.2%Language:PHP 26.7%Language:HTML 13.0%Language:CSS 2.0%Language:ApacheConf 0.1%Language:Shell 0.0%