You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/05/18 13:46:45 UTC

qpid-dispatch git commit: DISPATCH-1001 Deprecating console/config tool.

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 63186aa61 -> 5fdcf8b92


DISPATCH-1001 Deprecating console/config tool.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5fdcf8b9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/5fdcf8b9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/5fdcf8b9

Branch: refs/heads/master
Commit: 5fdcf8b92e1172454ba2e550b6247a5aa0f64dd6
Parents: 63186aa
Author: Ernest Allen <ea...@redhat.com>
Authored: Fri May 18 09:46:32 2018 -0400
Committer: Ernest Allen <ea...@redhat.com>
Committed: Fri May 18 09:46:32 2018 -0400

----------------------------------------------------------------------
 console/config/README.md | 54 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5fdcf8b9/console/config/README.md
----------------------------------------------------------------------
diff --git a/console/config/README.md b/console/config/README.md
new file mode 100644
index 0000000..61c8e42
--- /dev/null
+++ b/console/config/README.md
@@ -0,0 +1,54 @@
+<!---
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+--->
+This utility is deprecated and has been moved to a separate npm repository.
+This directory will be removed in a future release of interconnect.
+
+To install from the repository, in a new directory:
+
+```npm install dispatch-topology```
+
+
+Qpid Dispatch config file read/update/write utility
+=============
+
+A utility to read, update, write, and deploy dispatch router config files.
+
+Dependencies
+============
+
+- tested using python 2.7
+- npm to install the 3rd party javascript libraries
+  http://blog.npmjs.org/post/85484771375/how-to-install-npm
+
+- ansible if you wish to deploy the routers
+http://docs.ansible.com/ansible/latest/intro_installation.html
+
+Running
+====================
+
+Install the 3rd party javascript libraries:
+- in the console/config/ directory run
+  npm install
+This will create a node_modules/ directory and install the needed files
+
+- run ./config.py
+- in the address bar of a browser, enter localhost:8000
+
+
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org