开发者

Virtual Environment for server utilization

开发者 https://www.devze.com 2023-03-16 11:58 出处:网络
I have a django app and I would like to have an experience on scaling-up my project. http://www.djangobook.com/en/beta/chapter21/

I have a django app and I would like to have an experience on scaling-up my project.

http://www.djangobook.com/en/beta/chapter21/

In this document开发者_开发问答 scaling issues of django applications are explained very well but before I buy new servers I would like to try the softwares which are mentioned in the document.

Is it possible to run 4-5 virtual machines and install linux servers on each of them in my local computer and distribute database,media and source code of my application on them ?

The reason for that I would like to test the softwares like load-balancers or mysql replication tools before production enviroment.


It is not only possible but very easy. Take a look at the Vagrant1 project. It's a set of small programs built around creating/updating/managing virtual environments for software development.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号