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 2019/12/16 00:19:34 UTC

[GitHub] [couchdb-fauxton] ceremcem commented on issue #1199: Provide mechanism for hosting in subdirs behind reverse proxies

ceremcem commented on issue #1199: Provide mechanism for hosting in subdirs behind reverse proxies
URL: https://github.com/apache/couchdb-fauxton/issues/1199#issuecomment-565863018
 
 
   @wohali Thanks for the script you provided. However there were a few typo-like errors. Here is the fixed version: 
   ```
   $ 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/www/dashboard.assets
   $ sudo cp -R share/www/* /opt/couchdb/share/www
   ```

----------------------------------------------------------------
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