2017 © Pedro Peláez
 

project bamboo

Bamboo, an e-commerce suite built with Elcodi

image

sottosviluppo/bamboo

Bamboo, an e-commerce suite built with Elcodi

  • Tuesday, July 24, 2018
  • by fabiolor
  • Repository
  • 4 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 53 Versions
  • 0 % Grown

The README.md

Bamboo e-commerce

Build Status Build status Deploy to Heroku, (*1)

Welcome to Bamboo e-commerce - a fully-functional e-commerce application built using Elcodi components on top of the Symfony framework., (*2)

Yes, you got it right! Bamboo uses the Symfony framework but our components are framework agnostic, that is, they only depend on the Symfony components as opposed to the whole framework or any of its distributions., (*3)

Why should I use Bamboo? That's simple, to sell your products. We provide you with an interface to sell your products and manage your store. You only have to focus on offering a good product, we take care of the rest., (*4)

Elcodi was awarded as the Best Open Source project of 2015 by the Symfony Community awards., (*5)

Best Open Source, (*6)

Requirements

We're trying to build this project with a light default dependencies. These are ours., (*7)

PHP

To use Bamboo and Elcodi you need a PHP version not lower than 5.4. For more info just visit their installation page, (*8)

PHP GD

This PHP extension is used to being already installed when you add PHP in your distribution, (*9)

Images are a really important part of an store. Bamboo uses PHP GD to resize and optimize all product images. For more info just visit their installation page, (*10)

After that, you will be able to change the adapter and use other implementations., (*11)

MySQL

And, where do you save your data? By default we use MySQL, remember to install it as well as its extension for PHP. For more info just visit their installation page, (*12)

Composer

Composer is required to manage dependencies., (*13)

if you have not yet installed Composer, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*14)

``` bash $ curl -s http://getcomposer.org/installer | php, (*15)


## Installation If you're used to working with LAMP environment, then you will have Bamboo running in your computer in less than 5 minutes. ### 1. Install the project After installing composer you can create your new Bamboo project. ``` bash $ php composer.phar create-project elcodi/bamboo bamboo -sdev

The installation process will ask you for some parameters like the database driver, username, password, database name, etc, (*16)

Enter your directory to start the configuration step and use our magic command to create a complete development environment. Just one single line to rule them all, (*17)

``` bash $ cd bamboo/ $ php app/console elcodi:install, (*18)


By default only Spain will be installed. We have focused this step to run as fast as possible, so then, you'll be able to install more countries. You can add some countries in addition by using the `--country` command option. ``` bash $ php app/console elcodi:install --country=FR --country=IT

2. Run the server

Our store is ready to run. Use the built-in server to take a look at the project., (*19)

``` bash $ php app/console server:run, (*20)


### 3. Visit your store You're done! Visit `http://localhost:8000` in your browser and take a look at what we have for you :) Use these Customer credentials in the store ``` text Customer username: customer@customer.com Customer password: 1234

And for the admin panel, use this Admin credentials., (*21)

``` text Admin username: admin@admin.com Admin password: 1234, (*22)


Remember to remove these users properly as soon as you're in production. ## Metrics Metrics are not enabled by default. If you want to enable them, then you need to install Redis. For more info just visit their [installation page](http://redis.io/topics/quickstart) In order to use the last Redis features, like the `HyperLogLog` commands, be sure your Redis version is at least `v2.8.9`. ## Cache By default, Bamboo is installed without any doctrine cache. You can change this settings by changing the file `app/cache/config/common/cache.yml` and by changing the value `array` for another one. You can check some documentation about different types of cache in the [Doctrine Cache Bundle](https://github.com/doctrine/DoctrineCacheBundle) repository page. The most used cache type in Bamboo is `redis`. Make sure then that you have the php redis extension installed properly. ## Tests We are doing some tests, and this will be **in cresciendo**. You can ensure yourself that all the cases we've been working on are actually green. We are using Behat and PHPUnit, so you only need to execute all suites by using this piece of code. ``` bash $ php bin/behat $ php bin/phpunit -c app $ php app/console visithor:go --format=pretty --env=test

Issues

You can report any issue on Bamboo or Elcodi, (*23)

Need help

If you need any help with the installation or understanding elcodi or bamboo you can contact us on gitter. We will be glad to help you, just ask for help., (*24)

The Versions

24/07 2018

dev-develop

dev-develop

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

12/09 2017

dev-check_email

dev-check_email

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

05/09 2017

dev-vat

dev-vat

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

18/07 2017

dev-master

9999999-dev

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

18/07 2017

v2.9.0

2.9.0.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

14/07 2017

dev-coupon

dev-coupon

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

04/05 2017

dev-admin_order_search

dev-admin_order_search

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

18/01 2017

dev-feature/unit-test-fixing

dev-feature/unit-test-fixing

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

08/09 2016

dev-feature/search-pagination

dev-feature/search-pagination

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

19/08 2016

dev-feature/search

dev-feature/search

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

09/08 2016

v2.0.4

2.0.4.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

01/02 2016

v2.0.0

2.0.0.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

31/01 2016

v1.0.2

1.0.2.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

30/01 2016

dev-feature/new-purchasable-architecture-and-packs

dev-feature/new-purchasable-architecture-and-packs

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

22/01 2016

dev-feature/api-component

dev-feature/api-component

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

15/11 2015

dev-feature/template-converter

dev-feature/template-converter

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

14/10 2015

v1.0.1

1.0.1.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

05/10 2015

1.0.x-dev

1.0.9999999.9999999-dev

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

23/09 2015

v1.0.0

1.0.0.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

10/07 2015

v1.0.0-beta3

1.0.0.0-beta3

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

15/06 2015

v1.0.0-beta2

1.0.0.0-beta2

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

14/06 2015

v1.0.0-beta1

1.0.0.0-beta1

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

19/05 2015

v0.5.18

0.5.18.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

18/05 2015

v0.5.17

0.5.17.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

07/05 2015

v0.5.15

0.5.15.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

27/04 2015

v0.5.14

0.5.14.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

24/04 2015

v0.5.13

0.5.13.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

23/04 2015

v0.5.12

0.5.12.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

21/04 2015

v0.5.11

0.5.11.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

19/04 2015

v0.5.10

0.5.10.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

15/04 2015

v0.5.8

0.5.8.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

13/04 2015

v0.5.6

0.5.6.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

13/04 2015

v0.5.5

0.5.5.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

11/04 2015

v0.5.4

0.5.4.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

01/04 2015

v0.5.3

0.5.3.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

symfony ecommerce elcodi bamboo

27/03 2015

v0.5.2

0.5.2.0

Bamboo, an e-commerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

09/03 2015

v0.5.1

0.5.1.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

02/03 2015

v0.5.0

0.5.0.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

27/02 2015

v0.4.18

0.4.18.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

26/02 2015

v0.4.17

0.4.17.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

24/02 2015

v0.4.16

0.4.16.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

24/02 2015

v0.4.15

0.4.15.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

23/02 2015

0.4.14

0.4.14.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

18/02 2015

v0.4.13

0.4.13.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

18/02 2015

v0.4.12

0.4.12.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

13/02 2015

v0.4.11

0.4.11.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

12/02 2015

v0.4.10

0.4.10.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

11/02 2015

v0.4.9

0.4.9.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

10/02 2015

v0.4.8

0.4.8.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

29/01 2015

v0.4.7

0.4.7.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

25/01 2015

v0.4.6

0.4.6.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia

23/01 2015

v0.4.5

0.4.5.0

Bamboo, an ecommerce suite built with Elcodi

  Sources   Download

MIT

The Requires

 

The Development Requires

by Aldo Chiecchia