Line 1: |
Line 1: |
| == mod_python for SME Server == | | == mod_python for SME Server == |
− | | + | {{#smeversion:smeserver-mod_python}} |
| === Maintainer === | | === Maintainer === |
| [mailto:smeserver-contribs@through-ip.com Marco Hess] | | [mailto:smeserver-contribs@through-ip.com Marco Hess] |
Line 6: |
Line 6: |
| === Description === | | === Description === |
| This contrib provides for the use of mod_python on SME Server. mod_python is used for Python based web applications. It was initially created to enable the use of the [http://wiki.contribs.org/Trac Trac] application on SME. | | This contrib provides for the use of mod_python on SME Server. mod_python is used for Python based web applications. It was initially created to enable the use of the [http://wiki.contribs.org/Trac Trac] application on SME. |
− | | + | <tabs container><tab name="For SME 10"> |
− | === Installation ===
| + | This installation needs the "okay" repo, so install that first: |
− | This contrib can be found in the [http://mirror.contribs.org/smeserver/releases/7/smedev/i386/repodata/ SME Dev] repository. To install this contrib get shell access as root user and issue the following command: | + | yum install smeserver-extrarepositories-okay |
− | yum --enablerepo=smedev install smeserver-mod_python | + | then |
| + | yum install smeserver-mod_python --enablerepo=smecontribs,okay |
| + | </tab> |
| + | <tab name="For SME 9 and SME 8"> |
| + | To install this contrib get shell access as root user and issue the following command: |
| + | yum --enablerepo=smecontribs install smeserver-mod_python |
| + | </tab> |
| + | </tabs> |
| | | |
| === Additional information === | | === Additional information === |
| This contrib only loads mod_python for the httpd daemon and does not provide other configuration templates or a server-manager panel. | | This contrib only loads mod_python for the httpd daemon and does not provide other configuration templates or a server-manager panel. |
| | | |
| + | === Bugs === |
| + | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-mod_python component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-mod_python|title=this link}}. |
| + | {{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-mod_python |noresultsmessage="No open bugs found."}} |
| ---- | | ---- |
| | | |
| [[Category: Contrib]] | | [[Category: Contrib]] |
| + | [[Category: Administration]] |