Skip to content

Getting started

Prerequisites

  • Git
  • Node.js ^18
  • Yarn >= 1.21.1
  • Supported OS: GNU/Linux, macOS and Windows

To install these prerequisites, you can follow the How To section of the documentation.

Install

sh
# Clone the repository
$ git clone https://github.com/ovh/manager.git

# Go to the project root
$ cd manager

# If you are using nvm
$ nvm use

# Install
$ yarn install
# Clone the repository
$ git clone https://github.com/ovh/manager.git

# Go to the project root
$ cd manager

# If you are using nvm
$ nvm use

# Install
$ yarn install

Allow your account to be used to develop on our open-source customer interfaces

In order for you to allow your account to connect to the applications we will describe in the Applications, you will need to enable the "developer mode" on it.

To do so connect to the customer interface of the region in which your account has been created and go to the "Advanced settings" tab of your account configuration page.

Once in there please check the box "I want to enable developer mode on this account"

Once clicked, the checkbox will look like this.

You can now follow the Applications section of this documentation to try and boot your dev manager. You will be able to connect with your customer account to this dev version of the manager.