You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/25 17:51:41 UTC

[GitHub] [couchdb] wohali commented on issue #2634: Expose Purge Infos to Clients

wohali commented on issue #2634: Expose Purge Infos to Clients
URL: https://github.com/apache/couchdb/issues/2634#issuecomment-603989865
 
 
   Hey @palash25 , if you have access to Docker, here's a development environment for you:
   
   ```
   docker pull couchdbdev/debian-buster-erlang-20.3.8.25-1:latest
   docker run -it couchdbdev/debian-buster-erlang-20.3.8.25-1:latest /bin/bash
   ```
   
   Once inside the container:
   
   ```
   cd
   ```
   
   will get you to the jenkins user home directory. You can now checkout CouchDB and develop from there.
   
   Hope this helps!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services