Follow these steps to install Arranger:
git clone git@github.com:overture-stack/arranger.git
cd arranger
make
file:make start
This deploys and starts the following services:
elastic
and password myelasticpassword
arranger-server
: The server-side applicationarranger-ui
: The administrative UIStarting the following services: elasticsearch, kibana, arranger-server, and arranger-uiSuccesfully started all arranger services!
The versions deployed are specified in the docker-compose.yml
file.
The deployed services are available on these ports on your localhost
:
Service | Port |
---|---|
Elasticsearch | 9200 |
Kibana | 5601 |
Arranger Server | 5050 |
Arranger UI | 8080 |
Now that installation is complete, we must configure and supply an index mapping to Elasticsearch. See here for details.