wohali commented on issue #1199: Provide mechanism for hosting in subdirs 
behind reverse proxies
URL: 
https://github.com/apache/couchdb-fauxton/issues/1199#issuecomment-501253471
 
 
   @skruse There may be other ways, but this should work.
   
   Install Node.JS 8 or later, and git, then follow these steps:  
   
   ```bash
   $ mkdir -p couchdb/src couchdb/share
   $ git clone https://github.com/apache/couchdb-fauxton couchdb/src/fauxton
   $ cd couchdb/src/fauxton
   $ npm install --production
   $ ./node_modules/grunt-cli/bin/grunt couchdb
   $ cd ../../..
   $ sudo rm -rf /opt/couchdb/share/dashboard.assets
   $ sudo cp -R share/www/* /opt/couchdb/share/www
   ```
   
   Be sure you understand what this script is doing before you blindly cut and 
paste it.
   
   *Or* wait for us to release 2.4 / 3.0, which will happen in the next 3 
months, probably sooner.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to