- RavenDB 2.x Beginner's Guide
- Khaled Tannir
- 98字
- 2025-04-04 22:27:50
Running RavenDB server in the Console mode
Running RavenDB in the Console mode is pretty good for learning and testing purposes and it is not suitable in a production environment. In production environment, RavenDB must be run as a Windows service or be hosted by IIS as a web application. This assumes that RavenDB will be more secure and will run faster.
Exploring the Start.cmd file
The RavenDB distribution package provides a command file, named Start.cmd
, which you can use to launch RavenDB server in the Console mode. This file is located on the root of the package.