Custom Query (1174 matches)
Results (304 - 306 of 1174)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #571 | fixed | Collection descriptions don't support Markdown but pretend they do | ||
| Description |
To reproduce:
The field "Description of this collection" has a note saying "You can use Markdown for formatting.". That should be removed or Markdown support should be added to collection descriptions. |
|||
| #40 | FIXED | Document how to run without dev environment | ||
| Description |
The current docs show nicely how to set up a dev environment, however it is not clear how to set up the thing in a non-dev way (I guess that is the "deployment" docs, right?) Here are some things to consider when writing this. I got it up and running in Ubuntu Maverick in a non-dev way. I had to install some things with "pip" and used the distribution packages whenever possible. So stuff that needs documentation: paster running on port 80 is not possible without having the whole thing running as root. Which will then require to also have celeryd running as root, as it needs to delete files that paster put there. I solved this in a very hackish way with "Capabilities" on Linux. Downside is, I had to grant /usr/bin/python the permission to access ports <1024. I achieved this with sudo setcap 'cap_net_bind_service=+ep' /usr/bin/python2.6 (not saying we should recommend that to anyone. I guess we will propose to run this as a local user on a nonpriviledged port and proxy it through nginx or so. Anyway, it runs beautiful as www-data on my server now. |
|||
| #189 | FIXED | rework documentation | ||
| Description |
We have three separate audiences that we need to write documentation for:
Currently, we have documentation in a few different places. We want to migrate to the following:
We want to do this for 0.0.5, but the most important stuff initially is straightening out the contributor docs, then straightening out the site admin docs, then writing user docs. |
|||
