vereseproject / verese

Verese - a micro-credit web application
http://verese.net
BSD 3-Clause "New" or "Revised" License
34 stars 12 forks source link

Setup development enviroment on server #7

Open glogiotatidis opened 12 years ago

glogiotatidis commented 12 years ago

Setup an development enviroment on server. Automatically pulls from github master repo and deploys code every 5 minutes.

kosfar commented 12 years ago

I could help on this. I am going to have a look at the old structure in the following days as well. So two questions here:

glogiotatidis commented 12 years ago

I suggest that each environment has it's own virtualenv, to keep things clean and stable as development moves on. For example eventually dev instance will have different dependencies than stage and prod, as it will run different (newer) version of the code.

So each instance should get its own virtual environment, completely independent from each other.

kosfar commented 12 years ago

Pretty clear. I will keep you up-to-date regarding my progress.