RavenDB 2.x  Beginner's Guide
上QQ阅读APP看书,第一时间看更新

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.