Commit Graph
138 Commits
Author SHA1 Message Date
John Chilton ba35d474a0 yaml_config - update admin docs for switch to YAML config. 2017-12-06 20:28:20 -05:00
John Chilton 4f4928b386 yaml_config - Add RST docs for Galaxy options.
Automatically generated from the new specification.
2017-12-06 20:28:20 -05:00
John Chilton a901264ca7 Merge remote-tracking branch 'upstream/release_17.09' into dev 2017-12-06 20:02:21 -05:00
John Chilton befa077cc4 Rework headings in jobs docs.
Thanks to comment from @erasche review.
2017-12-06 07:45:40 -05:00
John Chilton d24b545d70 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.
2017-12-05 22:04:20 -05:00
scholtalbers 911dc61a4d add section anchor to url 2017-09-29 07:38:51 +02:00
scholtalbers d2fd087702 Update reports.md with a link to the community hub 2017-09-28 20:08:36 +02:00
E Rasche 326477d957 implement influxdb error reporter 2017-08-31 16:08:26 +02:00
Nicola Soranzo 4dd503046f Update conda channel order to sync with Bioconda 2017-08-14 12:18:39 +01:00
John Chilton 50d426ed2b Add reports documentation to `doc/`.
- Automatically generate RST docs from config schema.
- Describe older functionality as well as new YAML-based configuration.
- Replace https://wiki.galaxyproject.org/Admin/UsageReports.
2017-08-10 13:15:30 -04:00
E Rasche 46b621708a Allow sentry to be verbose 2017-08-10 17:53:00 +02:00
E Rasche 437ab325da document 2017-08-10 17:53:00 +02:00
E Rasche 89887689b4 correct some spelling errors 2017-08-07 11:46:24 +02:00
E Rasche ddcddecb4a rename scripts 2017-08-07 10:49:56 +02:00
E Rasche 1043ee5fd4 update docs to reflect new locations 2017-08-07 10:49:09 +02:00
E Rasche 70f4bc957e update documentation and fix blacklisting bug 2017-08-04 13:45:01 +02:00
E Rasche 2f992d90ae Rebase 2017-06-01 16:43:21 +00:00
Eric Rasche 6dd145ed1a Try and document a bit 2017-05-14 16:02:09 +00:00
Eric Rasche 88c0635ef7 Link has already rotted 2017-05-14 16:02:09 +00:00
Eric Rasche 388bb42ba0 Stats docs 2017-04-24 21:14:33 +00:00
Martin Cech bdcf4807ce add basic Reports documentation 2017-03-27 15:39:54 -04:00
Martin Cech 85093dc13a reword topic 2017-03-16 15:55:17 -04:00
Martin Cech 460d876fc4 Merge pull request #3751 from jmchilton/auth_docs
New Authentication section of the docs.
2017-03-15 13:39:57 -04:00
Martin Cech 3d092d683e Merge branch 'dev' into admin-docs-from-hub 2017-03-15 12:53:46 -04:00
John Chilton d505fcf260 New Authentication section of the docs.
I pulled in this doc https://galaxyproject.org/develop/authentication/ which was very dated and somewhat incorrect and I filled it out with more details, updated configuration information, and a whole new section on the authentication framework. I also pulled in this doc https://galaxyproject.org/admin/user-accounts/ which was pretty good and I left it largely unchanged.

Rebased to fix index inclusion and with edits suggested by :eagle:👀.
2017-03-14 14:35:35 -04:00
Martin Cech 4b6373f042 fix outdated links 2017-03-14 11:11:30 -04:00
Martin Cech 6f8deb6f4a move webhooks images where they belong 2017-03-14 11:02:33 -04:00
Nate Coraor 08f66a924b GIE container waiting and swarm management.
1. Create a new API endpoint and client spin to wait for GIE containers to
   become ready. IEs are not required to use it, but usage does require
   a slight change to their `load_notebook()` functions.

2. Add a Docker swarm manager daemon that runs automatically
   to add nodes when services are waiting, clean up exited services, and
   remove idle nodes. Shuts down automatically when there's nothing to
   do.

The format of the GIE proxy session database has changed, if GIEs are
running when you restart Galaxy, they will be interrupted. If you run
the GIE proxy separate from Galaxy, you should restart it after
upgrading.
2017-03-13 21:31:55 -04:00
Dannon Baker 33ff2754cc Merge pull request #3708 from natefoo/dep-resolve-order
Prefer versioned Conda dependencies to unversioned Galaxy ones
2017-03-10 16:26:52 -05:00
Nate Coraor 45971b29bd Update dependency resolver docs for new default order 2017-03-10 16:08:57 -05:00
Martin Cech 817a9db1f7 move some admin docs to separate special topics section 2017-03-10 15:57:12 -05:00
Martin Cech 66a02b6af1 modify our docs in preparation for restructuring
start moving admin content from old wiki
2017-03-10 12:06:24 -05:00
Nate Coraor 293726c579 Support Docker Engine swarm mode 2017-03-03 10:27:18 -05:00
Nicola Soranzo a43d70e9bc Dependency resolver documentation fixes 2017-01-25 19:41:55 +00:00
Martin Cech 133dc79d3e typo spotted by @mvdbeek 2017-01-25 10:33:49 -05:00
Martin Cech f40489e66e 2 more typos spotted by @mvdbeek 2017-01-25 10:33:06 -05:00
Martin Cech f3810f842f minor adjustments 2017-01-25 10:18:37 -05:00
Martin Cech 088e246006 fix two typos 2017-01-25 10:09:59 -05:00
John Chilton 3cca45b2bb Dependency resolver documentation revisions.
- Add documentation for cached dependency management as solution to LOCKERRORS.
- Add documentation for overcoming problems with hard links. (Different approaches)
- Add documentation on upgrading Conda as needed.
- Correct and fill out documentation of defaults.
- Fix some bugs in the Galaxy packages documentation.
- Expand Galaxy package documentation to include a simpler example.
- Update Conda configuration option documentation to reflect new defaults.
- Update Conda configuration option documentation to discuss copy_dependencies.
- Cross link Conda and dependency resolver documentation as it makes sense.
- Add a link to the Bioconda channel order documentation for future reference.
- Make things a bit more concise in places - start with the implicit tl;dr.
2017-01-25 09:07:10 -05:00
Manabu ISHII a60b7da85e fix typo 2017-01-12 14:13:09 +09:00
Nicola Soranzo 96678f57cc More IPython to Jupyter changes
Follow-up on #3294.
2016-12-19 12:16:42 +00:00
John Chilton 553f781d39 Merge pull request #3294 from annefou/dev
changed ipython to jupyter
2016-12-16 08:34:46 -05:00
Nicola Soranzo ad8d48c0a3 Merge pull request #3237 from galaxyproject/conda_channel
change conda channel order
2016-12-12 23:09:54 +00:00
Björn Grüning 3d49265702 change oder in docs 2016-12-12 21:28:49 +01:00
Anne Fouilloux 7468ea3d34 Merge branch 'dev' of https://github.com/galaxyproject/galaxy into dev
to take into account the latest changes done on the galaxyproject
2016-12-12 14:30:03 +01:00
Anne Fouilloux 93da60c48e Changed ipython with jupyter
not only for converting jupyter notebook to HTML (with nbconvert) but also
where ipython/IPython was referenced.

Some files still contain ipython but this is mostly related to documentation or
to the IE docker container itself.
2016-12-12 14:26:58 +01:00
Martin Cech 739fb59cba fix the fix 2016-12-07 15:39:20 -05:00
Martin Cech 3e0e96657d add work on release notes 16.10, improve docs for webhooks
Conflicts:
	doc/source/releases/16.10.rst
	doc/source/releases/16.10_announce.rst
2016-12-07 15:37:44 -05:00
Björn Grüning 0c91f65a99 Change channel order in documentation 2016-12-01 10:37:17 +01:00
Nicola Soranzo ca4e8914ec Merge branch 'release_16.07' into dev
Conflicts:
	lib/galaxy/tools/deps/conda_util.py
2016-11-14 14:45:23 +00:00