Skip to content

obillanders/bio

Repository files navigation

Biogaran-pro-connect

====================

A Symfony project created on February 20, 2017, 3:52 pm by Groupe 361

Installation

Create the database : your_name_biogaran_pro_connect

For developpers :

$ git clone -b dev [email protected]:symfony/biogaran-pro-connect.git

For customers :

$ git clone -b master [email protected]:symfony/biogaran-pro-connect.git

Run composer :

$ composer install

Create database schema :

$ php bin/console doctrine:schema:create

Load the fixtures :

$ php bin/console hautelook_alice:doctrine:fixtures:load

Create if not exists "MEDIA" folder : /web/uploads/media

You must have yo and yeoman-generator installed globally :

$ npm install -g yo yeoman-generator

And then install fks :

$ npm install generator-dev361-fks

And then run the generator :

$ yo dev361-fks

Running the fks generator will :

ask for your project name, install some dependencies (Dev361 Front-End Assets Builder, Bootstrap, Jquery, Modernizr) copy example assets at project root add a few dependencies and put Dev361 Front-End Assets Builder config files at the right place (config options for that package can be found at https://github.com/dev361/dev361-front-builder)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published