Lenra Docs
Register on Lenra
  • Home
  • Getting started
    Open/Close
  • Guides
    Open/Close
  • Features
    Open/Close
  • References
    Open/Close
  • Contribute

    Install

    General requirements

    First of all, you have to install git, Docker and Docker Compose (standalone version is prefered) on your computer.

    Use the next commands to check if you have the right version installed: ni

    # Any git version is fine
    git --version
    # A mimimum of 2.0.0 is required for docker-compose
    docker-compose --version
    

    You also could have the Docker Compose plugin but there is a bug when displaying logs, so we recommend you to use the standalone version.

    # A mimimum of 2.0.0 is required
    docker compose --version
    

    Install Lenra CLI

    Check your installation using the next command:

    lenra --version