Skip to content

matiasmm/vespolina

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vespolina - Symfony2 ecommerce

Requirements

Symfony is only supported on PHP 5.3.2 and up. To check the compatibility of your environment with Symfony, you can run the web/check.php script, bundled with this sandbox.

Installation

  1. Clone the git repository and move into that directory:

    $ git clone [email protected]:vespolina/vespolina.git $ cd vespolina/

  2. Initialize and update the submodules:

    $ git submodule update --init

  3. Setup file permissions:

    $ chmod a+w app/cache/ app/logs/ $ chmod a+x app/console

Automated Tests

To run the automated test suite you must have PHPUnit 3.5 installed, which is available on GitHub. Once installed, run the test suite using the phpunit command:

$ phpunit -c frontend

To customize PHPUnit configuration for your environment, copy frontend/phpunit.xml.dist to frontend/phpunit.xml and add your customization there.

Documentation

Vespolina is in very early stages. You can find some documentation in the wiki.

Development

We are using git flow for our development workflow. You can find read this overview and install git flow.

You can set configs

About

Symfony2 Ecommerce Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published