##// END OF EJS Templates
docs: remove some references to Pylons...
Thomas De Schampheleire -
r6302:8845ece5 default
parent child Browse files
Show More
@@ -111,8 +111,8 b' An additional benefit of virtualenv_ is '
111
111
112 pip install .
112 pip install .
113
113
114 - This will install Kallithea together with pylons_ and all other required
114 - This will install Kallithea together with all other required
115 python libraries into the activated virtualenv.
115 Python libraries into the activated virtualenv.
116
116
117 You can now proceed to :ref:`setup`.
117 You can now proceed to :ref:`setup`.
118
118
@@ -137,4 +137,3 b' You can now proceed to :ref:`setup`.'
137
137
138
138
139 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
139 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
140 .. _pylons: http://www.pylonsproject.org/
@@ -136,6 +136,5 b' continuous hammering from the internet.'
136 .. _iis: http://en.wikipedia.org/wiki/Internet_Information_Services
136 .. _iis: http://en.wikipedia.org/wiki/Internet_Information_Services
137 .. _pip: http://en.wikipedia.org/wiki/Pip_%28package_manager%29
137 .. _pip: http://en.wikipedia.org/wiki/Pip_%28package_manager%29
138 .. _WSGI: http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface
138 .. _WSGI: http://en.wikipedia.org/wiki/Web_Server_Gateway_Interface
139 .. _pylons: http://www.pylonsproject.org/
140 .. _HAProxy: http://www.haproxy.org/
139 .. _HAProxy: http://www.haproxy.org/
141 .. _Varnish: https://www.varnish-cache.org/
140 .. _Varnish: https://www.varnish-cache.org/
@@ -722,7 +722,7 b' Here is a sample configuration file for '
722 </Proxy>
722 </Proxy>
723
723
724 #important !
724 #important !
725 #Directive to properly generate url (clone url) for pylons
725 #Directive to properly generate url (clone url) for Kallithea
726 ProxyPreserveHost On
726 ProxyPreserveHost On
727
727
728 #kallithea instance
728 #kallithea instance
General Comments 0
You need to be logged in to leave comments. Login now