randomwalker-io / random_walker

This is the repository for the web application Random Walker
2 stars 1 forks source link

Think about how to develop within the Docker image #176

Closed mkao006 closed 8 years ago

mkao006 commented 8 years ago

Instead of virtualenv or vagrant, we can simply develop within the Docker image.

However, since the image data not have a database, we need to consider how to set up and connect to the database.

Further, we need to think about how to manage dependency. How should we update the `requirements.txt.?

mkao006 commented 8 years ago

The current setting works fine, no added advantage using docker.