User:Dogi/ApacheWiki: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
[[Image:BrokenStartPage.png|400px|center]] |
[[Image:BrokenStartPage.png|400px|center]] |
||
* error from the next boot sudo mkdir/var/log/httpd #FIXME |
* error from the next boot sudo mkdir/var/log/httpd #FIXME |
||
== Install MediaWiki == |
== Install MediaWiki == |
||
* sudo yum install mediawiki.i386 ...errors |
* sudo yum install mediawiki.i386 ...errors |
||
* need libpoppler.so.3 ...but have only libpoppler.so.2 |
* need libpoppler.so.3 ...but have only libpoppler.so.2 |
||
* libpoppler sources? |
* libpoppler sources? |
||
== wikicontent pythonscripts == |
|||
The vision: |
|||
* build a template how to read/write all sugar python things with the wiki |
Latest revision as of 16:51, 13 October 2008
Install Apache
- sudo yum install httpd.i386 httpd-tools.i386
- had to do it twice ... errors of fedora-logo package
- sudo vim /etc/httpd/conf/httpd.conf # change in the module prefork.c the numbers of server to: StartServers 3, MinSpareServers 2, MaxSpareServers 3
- sudo /etc/init.d/httpd start
- sudo vim /etc/hosts # for adding home and h to localhost
- sudo ln -s .libray_pages/index.html /var/www/html
- browse to h
and then i had that broken page:
- error from the next boot sudo mkdir/var/log/httpd #FIXME
Install MediaWiki
- sudo yum install mediawiki.i386 ...errors
- need libpoppler.so.3 ...but have only libpoppler.so.2
- libpoppler sources?
wikicontent pythonscripts
The vision:
- build a template how to read/write all sugar python things with the wiki