# HG changeset patch # User lisaq # Date 2016-07-29 09:16:19 # Node ID 46042b47d461659594cbb7ed2c587a0d1e5ad2cc # Parent b4f9553fcda2bef1785a8f347d18aac9d396eb39 docs: updating vccserver ini file name in setup instructions diff --git a/docs/contributing/dev-setup.rst b/docs/contributing/dev-setup.rst --- a/docs/contributing/dev-setup.rst +++ b/docs/contributing/dev-setup.rst @@ -127,7 +127,7 @@ Start the Development Server From the rhodecode-vcsserver directory, start the development server in another nix-shell, using the following command:: - pserve configs/development_pyramid.ini http_port=9900 + pserve configs/development.ini http_port=9900 In the adjacent nix-shell which you created for your development server, you may now start CE with the following command::