I've got an ubuntu server hosted up at Amazon. I'm using virtual hosts, and I already have that somewhat set up. (i.e. wiki.mydomain.com is my mediawiki which is running). I'm installing Mediawiki per https://help.ubuntu.com/community/WordPress and I can easily get ONE blog going. However, I'm confused by the line
Also if you plan on hosting multiple blogs with different virtual hosts, each needs a differently named database, which would be achieved in the same way.
I want to have two blogs, ideally at blog1.mydomain.com and blog2.mydomain.com, but I would settle for blogs.mydomain.com/blog1 and blogs.mydomain.com/blog2 I just can't tell how to do this. Do I just run the install script multiple times? Won't I need two folders in /var/www that have separate symlinks? If anyone has done this, I would appreciate a little help. I've done a ton of development, but this is my first LAMP server so I'm a little lost.