Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 383 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 383 Bytes

Application Tuningfork

Installation

$ dssh $(did1)

$ php composer.phar self-update
$ php composer.phar install
$ sudo npm install && bower install
$ gulp
  • Create file migrations-db.php :
<?php

return [
    'dbname'   => 'tuningfork',
    'user'     => 'root',
    'password' => 'root',
    'host'     => 'localhost',
    'driver'   => 'mysqli'
];