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`.