Every components which are necessary to run es-sandbox
could be installed native in your system.
- Php 5.6 or 7
- EventStore
- MySQL
- Composer
- Clone repository:
git clone [email protected]:lzakrzewski/es-sandbox.git
- Go to project directory:
cd es-sandbox
- Install dependencies with
composer
:composer install
- Composer will ask you about configuration of
MySQL
andEvent-Store
, so provide it. Example:
parameters:
secret: ThisTokenIsNotSoSecretChangeIt
event_store_host: 172.17.0.124
event_store_port: 2113
event_store_user: admin
event_store_password: changeit
database_host: 172.17.0.123
database_port: 3306
database_name: es-sandbox
database_user: root
database_password: changeit
- Setup database
MySQL
composer setup-database