You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/09/29 22:55:49 UTC

[1/2] activemq-artemis git commit: Updating documentation cmds

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5cfb45c76 -> 727c91e14


Updating documentation cmds

Updating documentation cmds from activemq to artemis

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7d17d0af
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7d17d0af
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7d17d0af

Branch: refs/heads/master
Commit: 7d17d0af1ce98abc67affaf2ecbc23fc8323e566
Parents: 5cfb45c
Author: Glaucio Melo <gl...@users.noreply.github.com>
Authored: Tue Sep 29 17:49:01 2015 -0300
Committer: Glaucio Melo <gl...@users.noreply.github.com>
Committed: Tue Sep 29 17:49:01 2015 -0300

----------------------------------------------------------------------
 docs/user-manual/en/using-server.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/7d17d0af/docs/user-manual/en/using-server.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/using-server.md b/docs/user-manual/en/using-server.md
index 9a59c29..d12d1ab 100644
--- a/docs/user-manual/en/using-server.md
+++ b/docs/user-manual/en/using-server.md
@@ -64,7 +64,7 @@ the `/var/lib` directory.  For example, to create an instance at '/var/lib/mybro
 the following commands in your command line shell:
 
     cd /var/lib
-    ${ARTEMIS_HOME}/bin/activemq create mybroker
+    ${ARTEMIS_HOME}/bin/artemis create mybroker
 
 A broker instance directory will contain the following sub directories:
 
@@ -193,15 +193,15 @@ Some of these properties may be mandatory in certain configurations and the syst
 Assuming you created the broker instance under `/var/lib/mybroker` all you need
 to do start running the broker instance is execute:
 
-    /var/lib/mybroker/bin/activemq run
+    /var/lib/mybroker/bin/artemis run
 
 Now that the broker is running, you can optionally run some of the included
 examples to verify the the broker is running properly.
 
-To stop the Apache ActiveMQ Artemis instance you will use the same `activemq` script, but with
+To stop the Apache ActiveMQ Artemis instance you will use the same `artemis` script, but with
 the `stop argument`.  Example:
 
-    /var/lib/mybroker/bin/activemq stop
+    /var/lib/mybroker/bin/artemis stop
 
 Please note that Apache ActiveMQ Artemis requires a Java 7 or later runtime to run.
 
@@ -211,8 +211,8 @@ used. The configuration can be changed e.g. by running
 config of your choosing.
 
 Environment variables are used to provide ease of changing ports, hosts and
-data directories used and can be found in `etc/activemq.profile` on linux and
-`etc\activemq.profile.cmd` on Windows.
+data directories used and can be found in `etc/artemis.profile` on linux and
+`etc\artemis.profile.cmd` on Windows.
 
 ## Server JVM settings
 
@@ -331,4 +331,4 @@ Just use the following command to install it:
 ```
 
 
-The create process should give you a hint of the available commands available for the artemis-service.exe
\ No newline at end of file
+The create process should give you a hint of the available commands available for the artemis-service.exe


[2/2] activemq-artemis git commit: This closes #181

Posted by cl...@apache.org.
This closes #181


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/727c91e1
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/727c91e1
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/727c91e1

Branch: refs/heads/master
Commit: 727c91e14156e9af930e567fafc3adce2da427a3
Parents: 5cfb45c 7d17d0a
Author: Clebert Suconic <cl...@apache.org>
Authored: Tue Sep 29 16:55:37 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Sep 29 16:55:37 2015 -0400

----------------------------------------------------------------------
 docs/user-manual/en/using-server.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------