##// END OF EJS Templates
docs: update Windows installation documentation for Windows 7/Server 2008 R2 and newer...
docs: update Windows installation documentation for Windows 7/Server 2008 R2 and newer Update to the Windows installation documentation following my setup experience on our production server. Changes : * Use of Microsoft Visual C++ Compiler for Python 2.7 which simplifies matter versus installing Visual Studio 2008 Express, because it removes the need to use the Visual Studio 2008 command prompt. It is also a lot smaller to download and install. Unfortunately, this means the instruction will only work on the same platforms as those which are supported by the compiler. * For that reason, I split the documentation into newer and older Windows. * Added more explanations where I feel it was necessary based on my experience * Added explanation on Git (Warning : I did not try this part) * Instructions assumes x64 instead of Win32. * Clarified titles * Grammar Potential issues: * I have the user install pip system wide so that virtualenv installation is easier (especially if using Python 2.7.9 which already includes pip). One may prefer to install virtualenv and the pip in the virtual environment (I know of no good reason, but it could happen). * Removed some line feeds that I found useless. I do not know the .rst format, they might be needed. It makes no difference when the documentation is generated using make.bat, so I am not sure Potential improvements: * Instructions on using srvany.exe to install as a Windows service * Instructions to make a reverse proxy using Apache * Instructions to make a reverse proxy using IIS

File last commit:

r4815:64b1a232 default
r4815:64b1a232 default
Show More
index.rst
67 lines | 1.0 KiB | text/x-rst | RstLexer
updated docs, added sphinx build
r568 .. _index:
docs update
r796 .. include:: ./../README.rst
docs update, setup libs version bumps
r676
docs update
r1839 Users Guide
-----------
updated docs, added sphinx build
r568
**Installation:**
.. toctree::
:maxdepth: 1
installation
Mads Kiilerich
docs: rename docs/installation_win.rst to docs/installation_win_old.rst, preparing for new docs
r4814 upgrade
Denis Blanchette
docs: update Windows installation documentation for Windows 7/Server 2008 R2 and newer...
r4815 installation_win
Mads Kiilerich
docs: rename docs/installation_win.rst to docs/installation_win_old.rst, preparing for new docs
r4814 installation_win_old
Henrik Stuart
docs: describe installation under IIS
r4500 installation_iis
docs update
r744 setup
whitespace cleanup
r3224
docs updates
r811 **Usage**
.. toctree::
:maxdepth: 1
docs update
r1025 usage/general
docs updates on git support
r2023 usage/git_support
Added simple docs for optimizing RhodeCode performance
r2517 usage/performance
Implemented basic locking functionality....
r2726 usage/locking
docs update
r1025 usage/statistics
added backup to docs
r1104 usage/backup
added simple subrepos docs
r3073 usage/subrepos
docs about debugging
r2119 usage/debugging
Added troubleshooting section to docs
r2601 usage/troubleshooting
docs about debugging
r2119
docs updates
r811 **Develop**
.. toctree::
:maxdepth: 1
whitespace cleanup
r3224
docs updates
r811 contributing
Version bump....
r585 changelog
updated docs, added sphinx build
r568
docs updates
r811 **API**
.. toctree::
docs update
r1839 :maxdepth: 1
docs updates
r811
more docs
r2022 api/api
api/models
whitespace cleanup
r3224
docs updates
r811
updated docs, added sphinx build
r568 Other topics
more docs update
r572 ------------
updated docs, added sphinx build
r568
* :ref:`genindex`
* :ref:`search`
more docs update
r572 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
updated docs, added sphinx build
r568 .. _python: http://www.python.org/
.. _django: http://www.djangoproject.com/
.. _mercurial: http://mercurial.selenic.com/
docs update
r1123 .. _bitbucket: http://bitbucket.org/
updated docs, added sphinx build
r568 .. _subversion: http://subversion.tigris.org/
more docs update
r572 .. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _Sphinx: http://sphinx.pocoo.org/
whitespace cleanup
r3224 .. _vcs: http://pypi.python.org/pypi/vcs