Branch: refs/heads/release_17.09 Home: https://github.com/galaxyproject/galaxy Commit: d24b545d70020a26ae3a51a7325fdbc57b6384dd https://github.com/galaxyproject/galaxy/commit/d24b545d70020a26ae3a51a7325fd... Author: John Chilton <jmchilton@gmail.com> Date: 2017-12-05 (Tue, 05 Dec 2017) Changed paths: A doc/source/admin/cluster.md M doc/source/admin/index.rst A doc/source/admin/jobs.md A doc/source/admin/production.md A doc/source/admin/scaling.md A doc/source/admin/special_topics/apache.md A doc/source/admin/special_topics/ftp.md M doc/source/admin/special_topics/index.rst A doc/source/admin/special_topics/job_metrics.md A doc/source/admin/special_topics/nginx.md M doc/source/conf.py Log Message: ----------- Migrate documentation for setting up a production instance to Galaxy. This is a bugfix for the future bug of missing documentation for 17.09 and before. 18.01 will require a significant rewrite of these pages for the uWSGI and configuration changes to Galaxy and the release_17.09 branch of these docs is now being hosted https://docs.galaxyproject.org/en/release_17.09/, so backporting this configuration documentation will allow us to provide permenant links to this 17.09 varaint of all this documentation (with information about paste and galaxy.ini for instance). This content currently includes: - the production configuration page - the cluster configuration page - the job configuration page - the scaling information page - the ftp configuration page - the top-level nginx page (for external auth content still linking out to the hub) - the top-level apache page (for external auth content still linking out to the hub) - the job metrics configuration page Includes small tweaks to sphinx documentation generation. - Add a quick build mode that skips source generation / Python docs (export GALAXY_DOCS_SKIP_SOURCE=1 to build this way). This speeds up review of core Sphinx docs. - Use AutoStructify for better Markdown integration. Updates to the documentation above and beyond what is on the corresponding Hub pages to reflect more of the state of art as of 17.09 including: - Update the job configuration page with information about XML macros. - Mention and link to newer style resubmission condition expressions (not just an enumerated string anymore). - Updated list of dynamic job runner configuration parameters. - Mention the ``raw`` attribute for ``env`` directives in the job configuration page. - Mention the ``total_walltime`` limit added in #3217. - Drop mentions of older URL-based job conf configuration stuff. - Mention newer Local and Paramiko based shell runners in CLI section. - Mention newer slurm job styles in CLI section. - Improved Pulsar links. - Fix dataset security link in Apache display sites config. - Update job metrics page to link to a new Github issue instead of old Trello issues. Commit: befa077cc444115e0cac738c2bd3ee786f7425d2 https://github.com/galaxyproject/galaxy/commit/befa077cc444115e0cac738c2bd3e... Author: John Chilton <jmchilton@gmail.com> Date: 2017-12-06 (Wed, 06 Dec 2017) Changed paths: M doc/source/admin/jobs.md Log Message: ----------- Rework headings in jobs docs. Thanks to comment from @erasche review. Commit: b0c03240fd96ace2b25680e753fed0237264ec98 https://github.com/galaxyproject/galaxy/commit/b0c03240fd96ace2b25680e753fed... Author: Martin Cech <marten@bx.psu.edu> Date: 2017-12-06 (Wed, 06 Dec 2017) Changed paths: A doc/source/admin/cluster.md M doc/source/admin/index.rst A doc/source/admin/jobs.md A doc/source/admin/production.md A doc/source/admin/scaling.md A doc/source/admin/special_topics/apache.md A doc/source/admin/special_topics/ftp.md M doc/source/admin/special_topics/index.rst A doc/source/admin/special_topics/job_metrics.md A doc/source/admin/special_topics/nginx.md M doc/source/conf.py Log Message: ----------- Merge pull request #5135 from jmchilton/17.09_admin_docs [17.09] Migrate documentation for setting up a production instance to Galaxy. Compare: https://github.com/galaxyproject/galaxy/compare/22aa02f59496...b0c03240fd96