multiple sites on one brightbox
|
|
Hi, how do we access multiple sites on a brightbox before switching over the DNS from the old hosting provider? myusername-001.vm.brightbox.net What about further sites? |
|
|
Hi Christian, Each Brightbox gets a wildcard dns record *.myusername-001.vm.brightbox.net so you can address the box with as many unique names as you like. You just need to specify them as an alias so Apache knows which site you’re after. As long as you have the real domain specified (either as the primary domain or as an alias) the site will work for both domains. The brightbox gem should automatically set applicationname.myusername-001.vm.brightbox.net as an alias (application name is the name you gave the application when you ran the initial brightbox command. It’s set in the deploy.rb). John. |
|
|
Great, I will do that then. |
|
|
Hi John, we had a application before, let that is first.myusername-001.vm.brightbox.net. That was deployed by another developer. Now i have deployed another application using capistrano, let that is second. but when i try to access second.myusername-001.vm.brightbox.net, it shows the first one, whats the reason? and how i can delete the first application which is deployed by another developer, i don’t know what he used to deploy. Thanks |