Update LinuxAndWindowsSetup.md#128
Merged
wiiitek merged 2 commits intowttech:masterfrom Jul 3, 2017
Merged
Conversation
Update Windows Setup manual + update for uploaded file list that are required for AET and might be no longer available to download. I.E jdk 7 is not longer available on oracle.com
wiiitek
suggested changes
Jun 23, 2017
| * ActiveMQ: `telnet ${LINUX_MACHINE_PRIVATE_IP} 61616` | ||
| * ActiveMQ's JMX: `jconsole.exe ${LINUX_MACHINE_PRIVATE_IP}:11199` | ||
| Windows Setup. | ||
| 1. Follow to link and download all package to your local instance. |
Contributor
There was a problem hiding this comment.
Could we provide a link to follow? Like i.e.:
[Follow a link](https://www.google.pl) and download...
| * ActiveMQ: `telnet ${LINUX_MACHINE_PRIVATE_IP} 61616` | ||
| * ActiveMQ's JMX: `jconsole.exe ${LINUX_MACHINE_PRIVATE_IP}:11199` | ||
| Windows Setup. | ||
| 1. Follow to link and download all package to your local instance. |
Contributor
There was a problem hiding this comment.
all package => all packages
| 3. Install Notepadd++. | ||
| 4. Install JDK 7 and set JAVA_HOME variable: C:\Program Files\Java\jdkYouVersion. | ||
| 5. Create dir under C:\ for karaf files. Preferebly C:\aet\. | ||
| 6. Unpack Apache Karaf to C:\aet\apache-karaf-2.3.9. |
Contributor
There was a problem hiding this comment.
Could we replace apache-karaf-2.3.9 to karaf so that in future if we upgrade our Karaf instance we have less documentation to update?
| Windows Setup. | ||
| 1. Follow to link and download all package to your local instance. | ||
| 2. Turn off Windows Firewall (both, private and public network location settings). | ||
| 3. Install Notepadd++. |
Contributor
There was a problem hiding this comment.
Could we move Notepad++ as well as Baretail into some sectiion called like Optional Software or Additional* or something like that?
| * Edit " AET Default JMS Connection” | ||
| * Set connection to JMS | ||
| * failover:tcp:// <IP-of_ActiveMQ>:61616. Paste this to brokerURL and exchange localhost for proper IP address | ||
| * Set username and password, i.e. admin/admin |
Contributor
There was a problem hiding this comment.
here we probably want to have spaces instead of tabs
| | Artifact | Environment | Default folder | | ||
| | ------------ | --------------- | ----------------------------------- | | ||
| | apache-karaf-2.3.9.zip | Windows - Karaf | C:\aet\apache-karaf-2.3.9 | | ||
| | baretail | Windows - Karaf | C:\aet | |
Contributor
There was a problem hiding this comment.
Let's remove Baretail from this list (it is optional), ok?
wiiitek
approved these changes
Jul 3, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Windows Setup manual + update for uploaded file list that are required for AET and might be no longer available to download.
I.E jdk 7 is no longer available on oracle.com