Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Server Platforms
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.

Server Platforms
Discussion regarding any server based ubuntu release.

 
Thread Tools Display Modes
Old February 4th, 2005   #1
Locutus
First Cup of Ubuntu
 
Join Date: Feb 2005
Location: Toronto, Canada
Beans: 11
Send a message via MSN to Locutus
Question Help with a blogging server - WordPress

I would like to host my own blog on an old Duron 800. I found a blog called wordpress that I really like. I was wondering if anyone could guide me how to set it up. I am a complete newbie when it comes to mySQL and PHP. Would anyone have some step by step instructions?

Any help or tips would be greatly appreciated.
Locutus is offline   Reply With Quote
Old February 5th, 2005   #2
llamakc
Chocolate-Covered Ubuntu Beans
 
llamakc's Avatar
 
Join Date: Jan 2005
Location: New Orleans
Beans: 2,242
Ubuntu
Send a message via ICQ to llamakc Send a message via AIM to llamakc Send a message via MSN to llamakc
Re: Help with a blogging server - WordPress

The instructions included in the Wordpress tarball should be able to help you. First off, install apache and MySQL. Then if you want a frontend for MySQL, apt-get install phpmyadmin.

Now follow the directions in the wordpress tarball. I strongly suggest using their latest tarball instead of the .deb, and after make sure you get spamkarma up and running. The trackback and comment spam is ridiculous.
llamakc is offline   Reply With Quote
Old February 9th, 2005   #3
Locutus
First Cup of Ubuntu
 
Join Date: Feb 2005
Location: Toronto, Canada
Beans: 11
Send a message via MSN to Locutus
Re: Help with a blogging server - WordPress

Got it working without too much trouble.

apt-get install mysql apache2 php...

Got to love apt.

Thanks again
Locutus is offline   Reply With Quote
Old February 11th, 2005   #4
cblack
5 Cups of Ubuntu
 
Join Date: Jan 2005
Beans: 26
Re: Help with a blogging server - WordPress

If you have universe enabled in /etc/apt/sources.list wordpress is available via:

Code:
sudo apt-get install wordpress
cblack is offline   Reply With Quote
Old November 16th, 2005   #5
senectus
Gee! These Aren't Roasted!
 
senectus's Avatar
 
Join Date: Oct 2004
Beans: 163
Re: Help with a blogging server - WordPress

ok.. that's just great.. but what do you do to get it working??

apt-get install wordpress
worked a treat.. but now I have wordpress, php, postfix, Apache installed and have no idea on how to get wordpress functional...
__________________
Ubuntu 9.04
senectus is offline   Reply With Quote
Old November 16th, 2005   #6
grendelkhan
Quad Shot of Ubuntu
 
grendelkhan's Avatar
 
Join Date: Feb 2005
Location: Cincinnati, OH, USA
Beans: 144
Ubuntu 7.10 Gutsy Gibbon
Send a message via ICQ to grendelkhan Send a message via AIM to grendelkhan Send a message via MSN to grendelkhan Send a message via Yahoo to grendelkhan
Re: Help with a blogging server - WordPress

I've never used it by apt getting it, given that the tarball just drops in and practically installs itself, I've done it that way to get more control over where it's loaded.

Something to look at is the LAMP howto for Ubuntu:

https://wiki.ubuntu.com/ApacheMySQLP...t=%28apache%29

Make sure after doing this you uncomment these lines in /etc/apache2/apache2.conf:

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

Restart apache after doing that and you will be set to jet.

Remember your machines default directory for html is /var/www/ so if you want wordpress to be your default website, untar it unto there.
__________________
"If the real Jesus Christ were to stand up today
He'd be gunned down cold by the CIA"

- Armageddon Days are Here Again - The The
grendelkhan is offline   Reply With Quote
Old May 3rd, 2006   #7
tmilam
Just Give Me the Beans!
 
tmilam's Avatar
 
Join Date: Aug 2005
Location: Bedford, IN, USA
Beans: 55
Ubuntu 7.10 Gutsy Gibbon
Re: Help with a blogging server - WordPress

So nobody knows how to use the wordpress package provided by ubuntu?



Guess I'll install it from source....
tmilam is offline   Reply With Quote
Old May 5th, 2006   #8
simplyw00x
Way Too Much Ubuntu
 
simplyw00x's Avatar
 
Join Date: Oct 2005
Location: London
Beans: 300
Send a message via MSN to simplyw00x Send a message via Skype™ to simplyw00x
Re: Help with a blogging server - WordPress

It's written in PHP so no compilation or installation is necessary; simply untar into a folder.
simplyw00x is offline   Reply With Quote
Old May 22nd, 2006   #9
airtonix
Dipped in Ubuntu
 
airtonix's Avatar
 
Join Date: Oct 2005
Location: Adelaide, South Australia
Beans: 589
Ubuntu 8.10 Intrepid Ibex
Re: Help with a blogging server - WordPress

Yep i've used it.....i would recomend Drupal 4.7 Instead.

Not because its more user friendly than wordpress(which it could be if you become proficient with php and mysql), but because its code base and template system gives rise to so much more variations than wordpress ever could.....

you want to keep your options as open as possible, and this becomes more achievable when you explore what drupal can offer.

really though,
+ go to the wordpress website, download the files.
+ wipe the apache-default folder from your /var/www
+ extract the wordpress archvie to the '/var/www' so that 'index.php' sits under the 'www' directory.
+ open up phpmyadmin htt://localhost/phpmyadmin
+ make a database remember the name.
+ open up http://localhost .... a page with an error should come up, which depending on the success of your lamp installation, this should be a page that also contains a button or link saying next.
+
click it.
+ it will ask you some questions, to which you have created the answer to one already threes steps above.
+ if al goes well, you should be looking at your frontpage of wordpress toting the kubrick theme, which is a rounded corner style not too disimilar to the clearlooks window theme.

enjoy
+

Last edited by airtonix; May 22nd, 2006 at 09:37 AM..
airtonix is offline   Reply With Quote
Old May 22nd, 2006   #10
Crimguy
5 Cups of Ubuntu
 
Join Date: Aug 2005
Beans: 18
Re: Help with a blogging server - WordPress

Quote:
Originally Posted by tmilam
So nobody knows how to use the wordpress package provided by ubuntu?



Guess I'll install it from source....
Is your problem with installation or usage?

When I installed wp, it was simply a matter of installing php, apache, and wp.

For usage, open a browser, goto the rootdirectory of the site, e.g. 192.16.1.100, and you should see the wp site. To edit things go to the /wpadmin directory of the site, e.g. 192.168.1.100/wpadmin.

Goood luck.
Crimguy is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:19 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry