I've got a LAMP server available from http://91.xxx.xx.xx/ (just an example IP address), and I'd like to install Wordpress there.
I've gone as far as doing a simple sudo apt-get install wordpress to install Wordpress, but I'm not too sure about the set of best-practice steps after that.
I've read the documentation to install Wordpress in the Ubuntu wiki, but it is out-of-date.
Hey all, this is just a random one for ya to ponder if you're interested...
So I have MAMP installed on my Mac so that I can locally test and modify my wordpress site. I was finished so I went ahead and moved the files to the online server. following that, I imported my database into mysql...
Possible Duplicate:
My server's been hacked EMERGENCY
My Ubuntu 10.04 LTS VPS has been hacked, probably via a WordPress site.
I was alerted to it when I noticed the incoming traffic was unusually high.
A WordPress site was littered with eval(base64_decode(...)) code in lots of files.
I have recently installed WordPress on my Ubuntu Server and prepared a website which I now would like to share with people external to my network. Whenever I try to access my server via my public IP or through DynDNS, I get the standard LAMP response: "It Works!".
I have a WordPress install and I'm wonder what is generally best practice when it comes to back up. I'm asking here instead of WordPress.stackexchange as this question is not only a WordPress question but a general backup question.
Is it okay to NOT Backup files that won't change.
tyring to set up wildcard subdomains for wordpress 3 on localhost in Ubuntu 11 and no idea how to go about debugging this. Wordpress and wildcards seem to be set up correctly. If I create /var/www/domain/test.domain then that subdomain works. The wordpress network settings are working on their end, with all the network options available and can create a new site.
i want to know something details about one blog, its url is as follows:
[1] http://www.dreamhoststatus.com/
this seems of a bit wordpress style, but i am not sure about this. so is this site wordpress based? how to assure about this?
btw, this site have not wordpress information in its foot:
? 1996-2011, DreamHost.com
Entries (RSS) and Comments (RSS).
I was trying to move my wordpress installation (done from apt-get) to another folder and manage it myself, so I apt-get remove'd wordpress. Later I decided to apt-get install it again, but after I did, visiting the site errored out with a Error establishing a database connection.
So I thought I'd check if the db is gone. I opened mysql on the command prompt and did show databases;.
I've installed everything that is needed by Wordpress i.e. nginx 1.2.5 (built from source on /usr/local/nginx), php-fpm with other php packages and mysql via apt-get. I downloaded wordpress-3.4.2.zip and extracted it in /usr/local/nginx/html/blog. I've created MySQL database for wordpress with all privileges.