aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc:install: CherryPy is *not* used for HTTP, only for HTTPS.W. Trevor King2012-10-271-3/+4
| | | | | | For plain HTTP, we use wsgiref.simple_server from the stdlib. Also include the `html` command as a WSGI-based command.
* doc:install: mention that we *do* post releases nowW. Trevor King2012-10-261-3/+2
|
* doc:install: mention that PyYAML is now optionalW. Trevor King2012-10-261-3/+6
|
* doc/install: fix paragraph indentation in man page installation discussionW. Trevor King2012-10-261-1/+1
|
* doc/install: point out relevant Debian bugs in a commentW. Trevor King2012-10-261-0/+3
|
* doc:install: fix dependency table ReST formattingW. Trevor King2012-10-261-2/+2
| | | | | | | | | | The header had been broken by commit f174d8943c2edea25306ab522c27f69bbebd0be3 Author: W. Trevor King <wking@tremily.us> Date: Thu May 10 08:56:02 2012 -0400 Update CherryPy dependency package to python-cherrypy3 on Debian.
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-261-1/+1
|
* doc:install: we only use CherryPy for HTTPS.W. Trevor King2012-08-291-2/+2
| | | | We use wsgiref.simple_server for HTTP.
* Update CherryPy dependency package to python-cherrypy3 on Debian.W. Trevor King2012-05-101-8/+8
| | | | | | | | | | | | | | | | Thanks to Tim Mazid for reporting the bug, and Israel Basurto for suggesting the fix. On Wed, May 09, 2012 at 07:26:14PM +1000, Tim Mazid wrote: > $ interfaces/web/cfbe.py ~/projects/proj/ > Bugs Everywhere Directory v1.4 > Traceback (most recent call last): > File "interfaces/web/cfbe.py", line 42, in <module> > cherrypy.quickstart(WebInterface, '/', app_config) > AttributeError: 'module' object has no attribute 'quickstart' > > This is with the latest be from git, and python-cherrypy 2.3.0-3 from > Debian wheezy.
* Fix deb-python -> dev-python typo in doc/install.txt.W. Trevor King2012-04-261-1/+1
|
* Add CherryPy dependency and minimal install info to doc/install.txt.W. Trevor King2012-02-251-21/+66
| | | | | | | | | | | | | | | | I seem to have left CherryPy out of the earlier list. The extra handholding for minimal installations is an attempt to address problems people have had installing BE on non-Linux systems, where the standard build tools are less common. I also mention my Gentoo overlay and Michel Alexandre Salim's Fedora package, so people running Gentoo and Fedora don't have to bother figuring any of this out ;). Finally, I moved the package information up to the top of the install page, so people on supported systems realize they have an easy out before reading through the install procedure.
* Mention `~/.local/bin/` when using default `--user` install.W. Trevor King2011-11-081-1/+3
|
* Correct doc/install.txt to refer to INSTALL_OPTIONS instead of PREFIX.W. Trevor King2011-11-081-2/+2
| | | | | | | This catches the docs up with the changes made in: commit a7ad89a6ad7da55089e6f9a4cdd645b7079ee04e Author: W. Trevor King <wking@drexel.edu> Date: Sat Apr 16 21:26:02 2011 -0400
* Add Jinja to the dependency documentation.W. Trevor King2011-09-071-0/+2
|
* Numpydoc is distributed in Gentoo's science overlay.W. Trevor King2011-01-101-1/+4
|
* Use Docutils' rst2doc instead of DocBook XML to generate man page.W. Trevor King2011-01-101-23/+8
|
* Document command line overrides for built documentation.W. Trevor King2010-10-221-0/+17
|
* Point out that official packages may not be up to date.W. Trevor King2010-10-121-0/+2
|
* Add dependency section to doc/install.txt.W. Trevor King2010-09-281-0/+32
|
* Converted Bzr -> Git references in README and doc/*.txtW. Trevor King2010-06-241-8/+8
|
* Many markup fixes in doc/W. Trevor King2010-06-221-1/+1
| | | | | | | | Also added subdir option to generate-libbe-txt.make_module_txt(), in the hopes that subdir='.' would fix the missing reference errors, but no luck (although it did reduce them). I'm sticking with subdir='libbe' for now to avoid cluttering doc/ with autogenerated cruft.
* Broke out install.txt + reStructuredText markup fixesW. Trevor King2010-02-061-0/+55