Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 517 Bytes

getting-started.rst

File metadata and controls

19 lines (14 loc) · 517 Bytes

Getting started contributing to Arango ORM

Docker

To initially get started with docker, ensure you have docker(https://www.docker.com/) installed.

Once successfully installed and setup, run

docker-compose --build

This will build the development enviroment, spinning up
  • an Arango instance (arango)
  • a test image (arango_orm)

To run tests from there, run

docker-compose run arango_orm pytest tests/