JSON documents for the Elasticsearch index to E-Com Plus Developers Hub
All documents must be inside /docs
folder,
it will be synchronized with Elasticsearch cluster by REST API.
Run the PHP script /build/main.php
to build the documents automatically.
📄 README
- Elasticsearch 6.3
- PHP 7.0.26
First of all, clone the repository, and set up GitHub push with SSH keys.
sudo git clone https://github.com/ecomclub/els-developers.git
cd els-developers
Then build the docs, commit and push again to GitHub.
php -f build/main.php
git add docs/*
git commit -m "build docs"
git push