How to locally install Wordpress, Ubuntu 8.10 , XAMPP already installed. [message #184690] |
Fri, 17 January 2014 00:21 |
irishhacker
Messages: 2 Registered: August 2013
Karma: 0
|
Junior Member |
|
|
Is it pretty easy to install locally Wordpress on a somewhat old Ubuntu (8.10), without disrupting the version of XAMMP that is already in place?
I want to practice using Wordpress, and also I want to study the internals, the PHP source code, to help learn how to develop.
There are hundreds of examples of free php source codes out there, but the quality is going to vary hugely, so without knowing anything about the web site the source code example is supposed to support, it's hard to assess quickly which examples are of value.
Some have suggested learning by looking at the internals of a CMS (mostly PHP). And Wordpress is probably easier to start with than Drupal. (although I am looking at Drupal books).
By the way, some of the resources I gathered to learn how to install Xamp last December was from Q&A at this user group, you were very helpful a month ago, so thanks for that. I did get the experience last month that some members at comp.lang.php are very helpful.
Robert
|
|
|
Re: How to locally install Wordpress, Ubuntu 8.10 , XAMPP already installed. [message #184691 is a reply to message #184690] |
Fri, 17 January 2014 00:36 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On Thu, 16 Jan 2014 16:21:49 -0800, irishhacker wrote:
> Is it pretty easy to install locally Wordpress on a somewhat old Ubuntu
> (8.10), without disrupting the version of XAMMP that is already in
> place?
Probably best asked in a wordpress group, as I suspect that few here will
have familiarity with that product, and even less will have familiarity
with installing current wordpress distros on Ubuntu 8.10 XAMMP.
Additionally, those here who did have familiarity with installing 4 year
old wordpress on 4 year old Ubuntu XAMMP have probably forgotten any
gotchas that you'd be hoping they could warn you about.
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|
Re: How to locally install Wordpress, Ubuntu 8.10 , XAMPP already installed. [message #184692 is a reply to message #184690] |
Fri, 17 January 2014 05:53 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 17/01/14 01:21, irishhacker(at)gmail(dot)com wrote:
> Is it pretty easy to install locally Wordpress on a somewhat old Ubuntu (8.10), without disrupting the version of XAMMP that is already in place?
> I want to practice using Wordpress, and also I want to study the internals, the PHP source code, to help learn how to develop.
>
> There are hundreds of examples of free php source codes out there, but the quality is going to vary hugely, so without knowing anything about the web site the source code example is supposed to support, it's hard to assess quickly which examples are of value.
>
> Some have suggested learning by looking at the internals of a CMS (mostly PHP). And Wordpress is probably easier to start with than Drupal. (although I am looking at Drupal books).
>
> By the way, some of the resources I gathered to learn how to install Xamp last December was from Q&A at this user group, you were very helpful a month ago, so thanks for that. I did get the experience last month that some members at comp.lang.php are very helpful.
>
> Robert
>
Use "sudo do-release-upgrade" to upgrade your ubuntu to the latest version.
After that it should just be "sudo apt-get install wordpress", it's like
when you install any other programs in ubuntu, you use apt-get.
Don't forget to make backup before you start upgrading.
--
//Aho
|
|
|
Re: How to locally install Wordpress, Ubuntu 8.10 , XAMPP already installed. [message #184695 is a reply to message #184690] |
Fri, 17 January 2014 10:31 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma: 0
|
Senior Member |
|
|
irishhacker(at)gmail(dot)com wrote:
> Is it pretty easy to install locally Wordpress on a somewhat old Ubuntu
> (8.10), without disrupting the version of XAMMP that is already in place?
Is it pretty cold outside? That is a stupid question.
<http://www.catb.org/~esr/faqs/smart-questions.html>
> I want to practice using Wordpress, and also I want to study the
> internals, the PHP source code, to help learn how to develop.
Good luck.
> There are hundreds of examples of free php source codes out there, but the
> quality is going to vary hugely, so without knowing anything about the web
> site the source code example is supposed to support, it's hard to assess
> quickly which examples are of value.
RTFM.
> Some have suggested learning by looking at the internals of a CMS (mostly
> PHP). And Wordpress is probably easier to start with than Drupal.
> (although I am looking at Drupal books).
RTFM, STFW, UTSL.
> By the way, some of the resources I gathered to learn how to install Xamp
> last December was from Q&A at this user group, you were very helpful a
> month ago, so thanks for that. I did get the experience last month that
> some members at comp.lang.php are very helpful.
It is XAMPP. This is not a user group, but a PHP newsgroup. And your name
belongs in the From header field value. Next time, ask a smart question.
PointedEars
--
When all you know is jQuery, every problem looks $(olvable).
|
|
|
Re: How to locally install Wordpress, Ubuntu 8.10 , XAMPP already installed. [message #184696 is a reply to message #184692] |
Fri, 17 January 2014 14:35 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 1/17/2014 12:53 AM, J.O. Aho wrote:
> On 17/01/14 01:21, irishhacker(at)gmail(dot)com wrote:
>> Is it pretty easy to install locally Wordpress on a somewhat old
>> Ubuntu (8.10), without disrupting the version of XAMMP that is already
>> in place?
>> I want to practice using Wordpress, and also I want to study the
>> internals, the PHP source code, to help learn how to develop.
>>
>> There are hundreds of examples of free php source codes out there, but
>> the quality is going to vary hugely, so without knowing anything about
>> the web site the source code example is supposed to support, it's hard
>> to assess quickly which examples are of value.
>>
>> Some have suggested learning by looking at the internals of a CMS
>> (mostly PHP). And Wordpress is probably easier to start with than
>> Drupal. (although I am looking at Drupal books).
>>
>> By the way, some of the resources I gathered to learn how to install
>> Xamp last December was from Q&A at this user group, you were very
>> helpful a month ago, so thanks for that. I did get the experience last
>> month that some members at comp.lang.php are very helpful.
>>
>> Robert
>>
> Use "sudo do-release-upgrade" to upgrade your ubuntu to the latest version.
> After that it should just be "sudo apt-get install wordpress", it's like
> when you install any other programs in ubuntu, you use apt-get.
>
> Don't forget to make backup before you start upgrading.
>
Bad advice. Depending on the hardware he's using, he may end up with an
unusable system.
Better is the suggestion for him to ask in a Wordpress newsgroup.
--
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: How to locally install Wordpress, Ubuntu 8.10 , XAMPP already installed. [message #184697 is a reply to message #184696] |
Fri, 17 January 2014 17:11 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 17/01/14 15:35, Jerry Stuckle wrote:
> On 1/17/2014 12:53 AM, J.O. Aho wrote:
>> On 17/01/14 01:21, irishhacker(at)gmail(dot)com wrote:
>>> Is it pretty easy to install locally Wordpress on a somewhat old
>>> Ubuntu (8.10), without disrupting the version of XAMMP that is already
>>> in place?
>>> I want to practice using Wordpress, and also I want to study the
>>> internals, the PHP source code, to help learn how to develop.
>>>
>>> There are hundreds of examples of free php source codes out there, but
>>> the quality is going to vary hugely, so without knowing anything about
>>> the web site the source code example is supposed to support, it's hard
>>> to assess quickly which examples are of value.
>>>
>>> Some have suggested learning by looking at the internals of a CMS
>>> (mostly PHP). And Wordpress is probably easier to start with than
>>> Drupal. (although I am looking at Drupal books).
>>>
>>> By the way, some of the resources I gathered to learn how to install
>>> Xamp last December was from Q&A at this user group, you were very
>>> helpful a month ago, so thanks for that. I did get the experience last
>>> month that some members at comp.lang.php are very helpful.
>>>
>>> Robert
>>>
>> Use "sudo do-release-upgrade" to upgrade your ubuntu to the latest
>> version.
>> After that it should just be "sudo apt-get install wordpress", it's like
>> when you install any other programs in ubuntu, you use apt-get.
>>
>> Don't forget to make backup before you start upgrading.
>>
>
> Bad advice. Depending on the hardware he's using, he may end up with an
> unusable system.
Thats why the advice for a backup. The system he has now hasn't got any
updates since 2010-04-30, which is a security issue, no more safe than
running WinME.
> Better is the suggestion for him to ask in a Wordpress newsgroup.
Most likely he will get similar suggestions...
--
//Aho
|
|
|