2012-10-24

Local Server

As a developer we want to be able to test new functionality easily on our local machine before deploying it to the server. By being able to test the server locally we lower the risk of destroying something for someone else. We have had some problems when installing the server locally because it has been quite hard to do. The main problem has been the node.js package dependencies which have changed over time.
We have made some changes to how we install the server to make it easier for everyone in the project to test their code locally (https://npmjs.org/doc/json.html).


No comments:

Post a Comment