Skip to content

RomainSanchez/LibioSymfonyProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIBioSymfonyProject

LIBio is an ERP specialized for seeds producers and craftmen. It uses many libraries developped in generic ways.

THIS PROJECT IS STILL UNUSABLE, IT'S YET A WORK IN PROGRESS

Installation

First thing, get composer.phar

$ curl -sS https://getcomposer.org/installer | php

Composer

Then just run:

$ composer require libre-informatique/libio-project dev-master

Git install (old school, but always working)

$ git clone https://github.com/libre-informatique/LIBioSymfonyProject .
$ composer update

Conclusion

Then you would have get the following directory structure :

.
├── app
├── src
└── web

At this point, if you don't have any Exceptions, you're done !

Troubleshooting

If you are running PHP 5.4.x

You'll need some extra libraries:

$ composer require ircmaxell/password-compat

If you have unresolved dependencies:

modify composer.json by adding "minimum-stability": "dev"

If your php version is < 5.6

Set phpunit version to "^4.8" in composer.json

Installation From Scratch

See this documentation to install the project into an existing (and already installed) Symfony 2 installation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages