LxCenter HyperVM & Kloxo Support

Forum



Members   Search      Help    Register    Login    Home
Home » LxCenter » Contributed HOWTOs » Installapp's WordPress always updated & in your own language.
Installapp's WordPress always updated & in your own language. [message #44668] Tue, 04 November 2008 12:53 Go to next message
Silence is currently offline Silence  Spain
Messages: 244
Registered: October 2007
Location: Spain
Senior Member
English install:

Remove all folders in /home/lxadmin/httpd/installsoft/wordpress except __lxadmin folder.

Download latest wp from http://wordpress.org/latest.zip

Unzip in /home/lxadmin/httpd/installsoft/wordpress (maybe you need to move files because zip folder is named wordpress)

Go to /home/lxadmin/httpd/installsoft/wordpress/wp-admin

Open install.php and add:
include_once "../__lxadmin/lx_myfile.php";
to the second line, is should appear like this:
<?php
include_once "../__lxadmin/lx_myfile.php";
define('WP_INSTALLING', true);
save the file, make sure you don't leave any space before <?php

Done.

Other languages:

Download the zip from http://yourcountry.wordpress.org/download/
Examples:
http://it.wordpress.org/download/
http://es.wordpress.org/download/
http://fr.wordpress.org/download/
http://de.wordpress.org/download/

Unzip & edit install.php file like for english install.

Go to /home/lxadmin/httpd/installsoft/wordpress/__lxadmin

Open lx_template.config.php and edit:
define ('WPLANG', '');
to fit your language, example:
define ('WPLANG', 'es_ES');
define ('WPLANG', 'it_IT');
define ('WPLANG', 'de_DE');
define ('WPLANG', 'fr_FR');

save the file.

Done Smile
Re: Installapp's WordPress always updated & in your own language. [message #44718 is a reply to message #44668] Tue, 04 November 2008 16:46 Go to previous message
Lxhelp
Messages: 23691
Registered: July 2006
The Champion
We will be updating wordpress to the latest by tomorrow.

thanks.


On Tue, Nov 04, 2008 at 05:53:19PM -0000, Silence wrote:
>
>
> English install:
>
> Remove all folders in /home/lxadmin/httpd/installsoft/wordpress except __lxadmin folder.


Previous Topic:Fix for Ubuntu: Unable to open pty: No such file or directory
Next Topic:Automatization of security updates in Redhat/Centos/Fedora
Goto Forum:
  


Current Time: Mon May 20 13:04:21 EDT 2013

Total time taken to generate the page: 0.01035 seconds
.:: Contact :: Home :: Privacy ::.

Click here to lend your support to: LxCenter and make a donation at www.pledgie.com !

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software