Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server

Let's start by installing and configuring the server. To do that, first we need to download the server package
from the [downloads](https://ravendb.net/downloads) page.
from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down Expand Up @@ -100,7 +100,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.
![Cluster Parent/Nodes Folder](./assets/Cluster-Parent-Nodes-Folders.png)

3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
Expand Down
2 changes: 1 addition & 1 deletion docs/start/installation/upgrading-to-new-version.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. To do so:

1. Download a distribution package from [here](https://ravendb.net/downloads).
1. Download a distribution package from [here](https://ravendb.net/download).

2. Shut RavenDB Server down.
* for a service (or daemon) - shutdown before upgrading.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import LanguageContent from "@site/src/components/LanguageContent";

It is possible to track I/O rates in RavenDB using the Monitor tool.

To get the Monitor tool you need to download RavenDB's ZIP package from the [download page](https://ravendb.net/downloads/builds)
To get the Monitor tool you need to download RavenDB's ZIP package from the [download page](https://ravendb.net/download)
The tool is located in the extracted ZIP package in the folder: \Raven.Monitor\bin\Debug\Raven.Monitor.exe

First, make sure there is a server instance running locally.
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB

## Server

Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.1/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB

## Server

Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ import LanguageContent from "@site/src/components/LanguageContent";
<Admonition type="info" title="Before you start" id="before-you-start" href="#before-you-start">

To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `tools` package.
The application is available at [ravendb.net/download](https://ravendb.net/download), in the `tools` package.

</Admonition>
## Import from MongoDB

![Figure 1.](./assets/mongodb-1.png)

1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down Expand Up @@ -71,7 +71,7 @@ The application is available at [ravendb.net/downloads](https://ravendb.net/down


1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.2/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB

## Server

Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
<Admonition type="info" title="Before you start" id="before-you-start" href="#before-you-start">

To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `TOOLS` package (see image below).
The application is available at [ravendb.net/download](https://ravendb.net/download), in the `TOOLS` package (see image below).
The `Raven.Migrator` tool can be found in the downloaded `Tools` folder.

![Raven.Migrator Tool Download](./assets/raven-migrator-tool-download.png)
Expand All @@ -44,7 +44,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -&gt; `Import Data
![Figure 1.](./assets/mongodb-1.png)

1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down Expand Up @@ -76,7 +76,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -&gt; `Import Data


1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This article will get you started and guide you through all the parts of RavenDB

## Server

Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/downloads) page.
Let's start by installing and configuring the server. In order to do that first we need to download the server package from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
<Admonition type="info" title="Before you start" id="before-you-start" href="#before-you-start">

To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `TOOLS` package (see image below).
The application is available at [ravendb.net/download](https://ravendb.net/download), in the `TOOLS` package (see image below).
The `Raven.Migrator` tool can be found in the downloaded `Tools` folder.

![Raven.Migrator Tool Download](./assets/raven-migrator-tool-download.png)
Expand All @@ -44,7 +44,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -&gt; `Import Data
![Figure 1.](./assets/mongodb-1.png)

1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down Expand Up @@ -76,7 +76,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -&gt; `Import Data


1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-5.1/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server

Let's start by installing and configuring the server. To do that, first we need to download the server package
from the [downloads](https://ravendb.net/downloads) page.
from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down Expand Up @@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.
![Cluster Parent/Nodes Folder](./assets/Cluster-Parent-Nodes-Folders.png)

3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
<Admonition type="info" title="Before you start" id="before-you-start" href="#before-you-start">

To migrate data from your existing NoSQL database, you need to download an external tool called `Raven.Migrator`.
The application is available at [ravendb.net/downloads](https://ravendb.net/downloads), in the `TOOLS` package (see image below).
The application is available at [ravendb.net/download](https://ravendb.net/download), in the `TOOLS` package (see image below).
The `Raven.Migrator` tool can be found in the downloaded `Tools` folder.

![Raven.Migrator Tool Download](./assets/raven-migrator-tool-download.png)
Expand All @@ -44,7 +44,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -&gt; `Import Data
![Figure 1.](./assets/mongodb-1.png)

1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down Expand Up @@ -76,7 +76,7 @@ In the RavenDB Studio client on the left side, select `Tasks` -&gt; `Import Data


1. **Migrator Path**
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/downloads](https://ravendb.net/downloads)
* Find `Raven.Migrator.exe` in the tools package here: [ravendb.net/download](https://ravendb.net/download)
* Provide a path to `Raven.Migrator.exe`'s folder.

2. **Database Source**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-5.2/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server

Let's start by installing and configuring the server. To do that, first we need to download the server package
from the [downloads](https://ravendb.net/downloads) page.
from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down Expand Up @@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.
![Cluster Parent/Nodes Folder](./assets/Cluster-Parent-Nodes-Folders.png)

3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-5.3/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server

Let's start by installing and configuring the server. To do that, first we need to download the server package
from the [downloads](https://ravendb.net/downloads) page.
from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down Expand Up @@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.
![Cluster Parent/Nodes Folder](./assets/Cluster-Parent-Nodes-Folders.png)

3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ On a live system, a minor version upgrade process typically takes around 30 seco

Upgrading a RavenDB instance to a new version is very simple. In order to do so, you need to:

1. Download distribution package from [here](https://ravendb.net/downloads).
1. Download distribution package from [here](https://ravendb.net/download).

2. Shutdown the RavenDB server
* for service (or daemon) - shutdown before upgrading
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-5.4/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This article will get you started and guide you through all the aspects of Raven
## Server

Let's start by installing and configuring the server. To do that, first we need to download the server package
from the [downloads](https://ravendb.net/downloads) page.
from the [downloads](https://ravendb.net/download) page.

RavenDB is cross-platform with support for the following operating systems:

Expand Down Expand Up @@ -93,7 +93,7 @@ If you choose to use only one machine (although this will increase the chances o
2. Set up separate folders in the parent folder for each node and keep it in a safe place for future use.
![Cluster Parent/Nodes Folder](./assets/Cluster-Parent-Nodes-Folders.png)

3. Extract the [downloaded](https://ravendb.net/downloads) `RavenDB...zip` server package into each node folder.
3. Extract the [downloaded](https://ravendb.net/download) `RavenDB...zip` server package into each node folder.
4. If you want to install the cluster **as a service** (it will improve availability because it will automatically run in the background every time your
machine restarts), this simple step will be done after initial secure installation via the Setup Wizard or manually. Read [Running as a Service](installation/running-as-service).
5. Start the [Setup Wizard](../start/installation/setup-wizard.mdx) by running `run.ps1` (or `run.sh` in Linux) in PowerShell or [disable the 'Setup Wizard' and configuring the server manually](../start/installation/manual.mdx).
Expand Down
Loading
Loading