[
https://issues.apache.org/jira/browse/COUCHDB-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362551#comment-14362551
]
Sebastian Rothbucher commented on COUCHDB-2605:
-----------------------------------------------
Just to follow up on the Windows dev mode of Fauxton: Windows (neither cmd.exe
nor mingw32) support #! - so you have to put "node" in front of the command to
execute:
See the following diff - maybe useful for everyone working on Windows...
{noformat}
@@ -407,7 +407,7 @@ module.exports = function(grunt) {
shell: {
'build-jsx': {
command: [
- './node_modules/react-tools/bin/jsx -x jsx app/addons/ app/addons
+ 'node ./node_modules/react-tools/bin/jsx -x jsx app/addons/ app/a
'rm -rf <%= src_path %>/js/app/views/.module-cache/'
].join(' && '),
{noformat}
> Visualize the CouchDB Cluster
> -----------------------------
>
> Key: COUCHDB-2605
> URL: https://issues.apache.org/jira/browse/COUCHDB-2605
> Project: CouchDB
> Issue Type: Task
> Security Level: public(Regular issues)
> Components: Fauxton
> Affects Versions: 2.1
> Reporter: Robert Kowalski
> Labels: CouchDB, gsoc2015, javascript
>
> Show for each database on which nodes in the cluster the data is stored - and
> warn if the disk space runs out on these nodes.
> The project is using React.js for the Admin-Interface. You will use
> JavaScript, CSS, HTML and the HTTP API of CouchDB to visualize the cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)