@@ -3,10 +3,6 @@ Bamboo e-commerce
33
44[ ![ Build Status] ( https://travis-ci.org/elcodi/bamboo.svg?branch=master )] ( https://travis-ci.org/elcodi/bamboo )
55
6- > Warning. This project is not tagged as stable yet. During this Beta stage, we
7- > aim to find and resolve all bugs, empower testing layer and build even a
8- > better and bigger project documentation.
9-
106Welcome to Bamboo e-commerce - a fully-functional e-commerce application built
117using [ Elcodi] components on top of the [ Symfony] framework.
128
@@ -20,35 +16,30 @@ focus on offering a good product, we take care of the rest.
2016
2117## Requirements
2218
23- We're trying to build this project with a light default dependencies.
19+ We're trying to build this project with a light default dependencies. These are
20+ ours.
2421
2522### PHP
2623
27- To use Bamboo and Elcodi you need a PHP version not less than ** 5.4**
28-
29- For more info just visit their
30- [ installation page] ( http://php.net/manual/en/install.php )
24+ To use Bamboo and Elcodi you need a PHP version not lower than ** 5.4** . For more
25+ info just visit their [ installation page] ( http://php.net/manual/en/install.php )
3126
3227### PHP GD
3328
34- Images are a really important part of an store. Bamboo uses PHP GD to
35- resize and optimize all product images
36-
37- For more info just visit their
38- [ installation page] ( http://php.net/manual/en/image.installation.php )
39-
4029> This PHP extension is used to being already installed when you add PHP in your
4130> distribution
4231
32+ Images are a really important part of an store. Bamboo uses PHP GD to
33+ resize and optimize all product images. For more info just visit their
34+ [ installation page] ( http://php.net/manual/en/image.installation.php )
35+
4336After that, you will be able to change the adapter and use other
4437implementations.
4538
4639### MySQL
4740
4841And, where do you save your data? By default we use MySQL, remember to install
49- it as well as its extension for PHP
50-
51- For more info just visit their
42+ it as well as its extension for PHP. For more info just visit their
5243[ installation page] ( http://dev.mysql.com/doc/refman/5.1/en/installing.html )
5344
5445### Composer
@@ -63,18 +54,6 @@ command:
6354$ curl -s http://getcomposer.org/installer | php
6455```
6556
66- ### Redis
67-
68- Bamboo uses redis to make the app lighter and to minimize the response time.
69-
70- For more info just visit their
71- [ installation page] ( http://redis.io/topics/quickstart )
72-
73- In order to use the last Redis features, like the ` HyperLogLog ` commands, be
74- sure your Redis version is at least ` v2.8.9 ` .
75-
76- > Make sure to have Redis PHP extension installed.
77-
7857## Installation
7958
8059If you're used to working with LAMP environment, then you will have Bamboo
@@ -136,6 +115,29 @@ Admin password: 1234
136115
137116Remember to remove these users properly as soon as you're in production.
138117
118+
119+ ## Metrics
120+
121+ Metrics are not enabled by default. If you want to enable them, then you need to
122+ install Redis. For more info just visit their
123+ [ installation page] ( http://redis.io/topics/quickstart )
124+
125+ In order to use the last Redis features, like the ` HyperLogLog ` commands, be
126+ sure your Redis version is at least ` v2.8.9 ` .
127+
128+ ## Cache
129+
130+ By default, Bamboo is installed without any doctrine cache. You can change this
131+ settings by changing the file ` app/cache/config/common/cache.yml ` and by
132+ changing the value ` array ` for another one.
133+
134+ You can check some documentation about different types of cache in the
135+ [ Doctrine Cache Bundle] ( https://github.com/doctrine/DoctrineCacheBundle )
136+ repository page.
137+
138+ The most used cache type in Bamboo is ` redis ` . Make sure then that you have the
139+ php redis extension installed properly.
140+
139141## Tests
140142
141143We are doing some tests, and this will be ** in cresciendo** . You can ensure
0 commit comments