garrensmith commented on issue #19: Upgrading Fauxton within 2.0.0 image URL: https://github.com/apache/couchdb-docker/issues/19#issuecomment-313842587 Awesome. Nice work. On 08 Jul 2017, 2:52 AM +0200, Sean Tan <[email protected]>, wrote: > @garrensmith Thank you for the pointer, I opted to upgrade the prepackaged Fauxton within the image instead of running a separate Fauxton container. > I managed to do so by commenting out the purging of build deps & node_modules folder, and added git in apt-get install for npm install -g fauxton to work. Then I proceeded to replace the prepackaged Fauxton by doing > > rm -rf /opt/couchdb/share/www > cp -Rp /usr/lib/node_modules/fauxton/dist/release /opt/couchdb/share/www > > This way, I can still access Fauxton using the original /_utils path without further configuration. The drawbacks is the image is much larger compared to the original because the build deps are kept around to allow upgrading of Fauxton when needed. > ? > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub, or mute the thread. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
