I am trying to contribute more with couchdb code, but I really don't know how to do it correctly.
I cloned the source from the apache git repository and built it using
./configure
make && sudo make install
Then I wanted to change the file from the source named couch_httpd_show.erl
Do I need to run again make && sudo make installfor every change I make in the source code and want to see how it behaves?
I'm sure there is a more practical way to do this, because this approach takes a little time and patience? :)
Any help would be really appreciated
thank
source
share