- Assuming that you have already installed php and apache
- Install xDebug php extension
# Ubuntu 16.04, php 7.0
sudo apt-get install php-xdebug
# Ubuntu 14.04, php 5.6
sudo apt-get install php5-xdebug
| Install Zed dependencies | |
| [notice] DEPRECATED: In next major all dependencies will be installed via single command: frontend:project:install-dependencies | |
| [info] Install dependencies in "/data/vendor/spryker/spryker/Bundles/Chart/assets/Zed" | |
| [info] npm | |
| [info] WARN old lockfile | |
| [info] | |
| npm WARN | |
| [info] old lockfile The package-lock.json file was created with an old version of npm, | |
| [info] npm WARN |
# Ubuntu 16.04, php 7.0
sudo apt-get install php-xdebug
# Ubuntu 14.04, php 5.6
sudo apt-get install php5-xdebug
| # Elasticsearch Cheatsheet - an overview of commonly used Elasticsearch API commands | |
| # cat paths | |
| /_cat/allocation | |
| /_cat/shards | |
| /_cat/shards/{index} | |
| /_cat/master | |
| /_cat/nodes | |
| /_cat/indices | |
| /_cat/indices/{index} |