From c594ef2a3f791e24bb5a6976ddf0f6458410f3b0 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Tue, 20 Mar 2012 08:44:02 +0000 Subject: [PATCH] [#2226,doc][xs]: items missing from prenultimate commit f75c5b72a33a217d922b0ea76e3b1585177f88ef. --- doc/index.rst | 1 + doc/post-installation.rst | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 2433466eac1..a5cc0befe02 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -19,6 +19,7 @@ Installation install-from-package install-from-source post-installation + deployment solr-setup Customizing and Extending diff --git a/doc/post-installation.rst b/doc/post-installation.rst index 63d2ad1b04e..5e391249cb2 100644 --- a/doc/post-installation.rst +++ b/doc/post-installation.rst @@ -56,8 +56,5 @@ You may want to deploy your CKAN instance at this point, to share with others. If you have installed CKAN from packages, then Apache and WSGI deployment scripts are already configured for you in standard locations. -If you have installed CKAN from source, then the standard production deployment of CKAN is Apache and WSGI, which you will need to configure yourself. For more information, see http://wiki.ckan.net/Deployment +If you have installed CKAN from source, then the standard production deployment of CKAN is Apache and WSGI, which you will need to configure yourself. For more information, see :doc:`deployment`. -CKAN has been successfully deployed by a variety of other methods including Apache reverse proxy + paster, nginx reverse proxy + paster, and nginx + uwsgi. - -You can now proceed to :doc:`theming`.