This repository was archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
English fix #5
Merged
Merged
English fix #5
Changes from 18 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b817088
Fixed typos in Home.md
1e77bba
Improved _Footer.md
3dbd380
Fixed typos and improved usage/Installation.md
a7c828b
Merge branch 'master' of https://github.com/codeoverflow-org/chatover…
3c8fda5
Fixed typos and improved usage/Frequent-Issues.md
550f4f5
Fixed typos and improved usage/Frequent-Issues.md
a4a476b
Merge branch 'english_fix' of https://github.com/DragonCoder01/chatov…
cad9f12
Merges are difficult :C
d991838
Fixed typos and improved usage/Installation.md
f858fb6
Fixed typos and improved usage/Using-the-CLI.md
711c43e
Fixed typos and improved usage/Using-the-GUI.md
e9f148b
Fixed a typo in ...
352ff40
Fixed typos in ...
7362d2e
Fixed typos in ...
12b2a93
Fixed typos and improved ...
820547f
Fixed typos in ...
c4ecb49
Fixed typos in ...
f8da87f
Fixed typos in ...
38024c5
Update development/Writing-a-plugin.md
8f45891
Update development/Writing-a-plugin.md
b266193
Improved usage/Using-the-GUI.md
f849f5e
Update usage/Using-the-CLI.md
d5297f8
Implemented all the changes Gerd suggested but ...
6233e4e
Fixed famous line 3 in Adding platform source!
c254a8c
Improved Frequent-Issues.md
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
_Wiki for chatoverflow version [0.2-prealpha](https://github.com/codeoverflow-org/chatoverflow/releases/tag/0.2-prealpha)_ | ||
|
||
Welcome to the Chat Overflow wiki! | ||
Please see the menu to find more information. | ||
### Welcome to the Chat Overflow wiki! | ||
|
||
Please use the sidebar for navigation. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
**We need your help to improve the wiki!** | ||
Head over to [codeoverflow-org/chatoverflow-wiki](https://github.com/codeoverflow-org/chatoverflow-wiki) to edit the wiki and create a pull request. | ||
**We need YOUR help to improve the wiki!** | ||
Found a typo or just want to improve the wiki? Head over to [codeoverflow-org/chatoverflow-wiki](https://github.com/codeoverflow-org/chatoverflow-wiki) to edit the wiki and create a pull request. Your help is highly appreciated! | ||
|
||
**You still need help?** Join our [discord server](https://discord.gg/sX2Gjbs). |
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## Run Configuration Bug | ||
Due to IntelliJ version differences and usage on Windows vs. Mac OS, the run configurations show problems, sometimes. Change the *classpath or module* under `Edit configurations...` back to the Chat Overflow root module, and everything should be fine. | ||
Due to IntelliJ version differences as well as differences on platforms (e.g. Windows vs. Mac OS) the run configurations could show problems. If this error occurs, change the `classpath or module` setting under `Edit configurations...` back to the Chat Overflow root module. Now everything should be working fine again. | ||
andi-makes marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Credentials value encrypted with wrong auth key | ||
 | ||
``` | ||
ERROR configuration.CryptoUtil$ - Your environment does not work with AES256.Please update your java runtime version to at least: 1.8.0_161 | ||
``` | ||
If you see this image or error message you are probably running on an old java version that doesn't work with AES 256 bit encryption. | ||
Please follow the instructions from the error message and update java to at least `1.8.0_161`. | ||
More information about the issue can be found [on stackoverflow.com](https://stackoverflow.com/questions/3862800/invalidkeyexception-illegal-key-size). | ||
To fix this error you have to update java to at least `1.8.0_161`. | ||
andi-makes marked this conversation as resolved.
Show resolved
Hide resolved
|
||
More information about this issue can be found [on stackoverflow.com](https://stackoverflow.com/questions/3862800/invalidkeyexception-illegal-key-size). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,23 @@ | ||
This short tutorial is meant for end users of ChatOverflow and shows how to install and run the framework with all dependencies. | ||
If you want to set up a build environment for developing plugins or contributing to the framework, | ||
If you want to set up a build environment for developing plugins or to contribute to the framework, | ||
head over to [Build Environment](development/Setting-up-the-Build-Environment.md). | ||
|
||
## Prerequisites | ||
|
||
For running Chatoverflow you need Java 8, version `1.8.0_161` or newer. | ||
[Download it form here.](https://www.java.com/en/download/) | ||
For running Chatoverflow you will need Java 8, version `1.8.0_161` or newer. | ||
andi-makes marked this conversation as resolved.
Show resolved
Hide resolved
|
||
[You can download it here.](https://www.java.com/en/download/) | ||
andi-makes marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Windows | ||
## Installation | ||
|
||
1. Head over to the [releases](https://github.com/codeoverflow-org/chatoverflow/releases/latest) | ||
1. Head over to the [releases](https://github.com/codeoverflow-org/chatoverflow/releases/latest) tab | ||
and download the ChatOverflow `.zip` file from the assets section of the latest release. | ||
|
||
2. Extract the zip file (it's clever to extract it in a folder called chatoverflow 😉) | ||
2. Extract the zip file. (It's clever to extract it in a folder called chatoverflow 😉) | ||
|
||
3. Execute the `ChatOverflow.bat`. | ||
3. If you are on Windows, execute `ChatOverflow.bat`. If you are on an UNIX operating system like MacOS or Linux execute `ChatOverflow.sh`. | ||
|
||
4. Wait for the launcher to download all dependencies ⏳ | ||
4. Wait for the launcher to download all dependencies. ⏳ | ||
|
||
5. The framework will start. When executing the `ChatOverflow.bat` again it will skipp downloading the dependencies. | ||
5. The framework will start. Have fun using it! 😃 | ||
|
||
## UNIX operating systems (MacOs / Linux) | ||
|
||
1. Head over to the [releases](https://github.com/codeoverflow-org/chatoverflow/releases/latest) | ||
and download the ChatOverflow `.zip` file from the assets section of the latest release. | ||
|
||
2. Extract the zip file (it's clever to extract it in a folder called chatoverflow 😉) | ||
|
||
3. Execute the `ChatOverflow.sh`. | ||
|
||
4. Wait for the launcher to download all dependencies ⏳ | ||
|
||
5. The framework will start. When executing the `ChatOverflow.sh` again it will skipp downloading the dependencies. | ||
6. To start the framework again, just re-execute the script (`ChatOverflow.bat` or `ChatOverflow.sh`, depending on your system). Don't worry, it won't download the dependencies again. |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.