# Red5 Server

## Installation

To install the server use the [Red5 CLI Tool](https://www.npmjs.com/package/@red5/cli). It can be installed and executed as follows:

```sh
# Install the command line tool
npm install -g @red5/cli

# cd to the location of where the project will be created
cd /path/to/project/parent/directory

# Create a new project within the current directory
# Note: A new folder will be created
red5 new <project-name>

# Project Path: /path/to/project/parent/directory/<project-name>
```