![]() |
HowTo.HowToRunWordPressOnTheSlug HistoryHide minor edits - Show changes to markup October 26, 2008, at 12:37 PM
by -- howto get php working by editing httpd.conf
Changed lines 34-40 from:
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 ;) to:
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 June 27, 2008, at 10:03 AM
by -- added details about using cherokee instead of apache
Added lines 33-34:
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 ;) January 30, 2007, at 05:38 PM
by --
Changed lines 27-29 from:
NOTE: this solution only works for wordpress 2.06
to:
NOTE: this solution only works for wordpress 2.06 -evert January 30, 2007, at 05:36 PM
by --
Changed lines 28-29 from:
-evert to:
January 30, 2007, at 05:36 PM
by --
Added lines 27-29:
NOTE: this solution only works for wordpress 2.06 -evert January 09, 2006, at 02:20 PM
by --
Changed lines 16-18 from:
to:
Changed lines 23-24 from:
to:
Changed line 26 from:
to:
Changed lines 29-30 from:
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’ to:
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’ January 09, 2006, at 01:46 PM
by --
Changed line 17 from:
to:
Added line 22:
Changed line 24 from:
to:
January 09, 2006, at 01:24 PM
by --
Changed line 3 from:
to:
InstallationDeleted line 4:
Changed line 23 from:
to:
Changed lines 27-28 from:
to:
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’ January 09, 2006, at 12:52 PM
by --
Added lines 1-28:
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.
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
|