![]() |
IntroductionFrom the WordPress? web page: WordPress? is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. Installation
NOTE: this solution only works for wordpress 2.06 -evert
NOTE: If you are running apache on a different port than '80' you have to specify it in the URL ‘http://your-ip:your_port/your_wordpress_directory/wp-admin/install.php’ NOTE:prupertplum: I also got wordpress running using Cherokee web server, instead of Apache (Cherokee is apparently less resource hungy than Apache). To do this, just install Cherokee #ipkg install cherokee #ipkg install cherokee-admin and also when installing php, you need to do #ipkg install php php-fcgi # ipkg install libstdc++ instead of installing apache and php-apache. The cherokee-admin is a handy web interface to administer cherokee. Only problem is that cherokee doesn't seem to start automatically on re-boot, but I am sure that is to do with my init.d file. To start the server in the background just type cherokee -d in the terminal. It runs slowly on my slug, but hey, it runs ;) NOTE: Ater step 3 I had to add the following line to
-Arnout
view ·
edit ·
print ·
history ·
Last edited by Arnout.
Based on work by prupertplum, evert, and Markus Hühnerbein. Originally by Markus Hühnerbein. Page last modified on October 26, 2008, at 12:37 PM
|