-
Notifications
You must be signed in to change notification settings - Fork 6
feat: add getting started page #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
a9a8e11 to
a7d2041
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a comprehensive getting started guide for the Open Integration Engine (OIE), including documentation on installation, system requirements, and first launch configuration. The guide focuses primarily on Mac OS installation with placeholders for Windows and Linux.
Changes:
- Added new getting started documentation page at
docs/engine/getting_started.md - Added two PNG image files for login steps
- Updated navigation configuration to include the new getting started page
Reviewed changes
Copilot reviewed 2 out of 17 changed files in this pull request and generated 15 comments.
| File | Description |
|---|---|
| docs/engine/getting_started.md | New comprehensive getting started guide with installation and setup instructions |
| docs/engine/images/gs_oie_login_step_1.png | Screenshot image for OIE login step 1 |
| docs/engine/images/gs_oie_login_step_2.png | Screenshot image for OIE login step 2 |
| .vitepress/config.mts | Added getting started link to documentation navigation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Christophe Chauvet <christophe.chauvet@gmail.com>
Signed-off-by: Christophe Chauvet <christophe.chauvet@gmail.com>
0c07901 to
886872a
Compare
4029df0 to
886872a
Compare
tonygermano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor edit suggestions.
| @@ -0,0 +1,173 @@ | |||
| # Getting started | |||
|
|
|||
| To quickly start with Open Integration Engine, also called OIE in this documentation, | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| To quickly start with Open Integration Engine, also called OIE in this documentation, | |
| To quickly start with Open Integration Engine™, also called OIE™ in this documentation, |
|
|
||
| ::: tip INFORMATION | ||
|
|
||
| All installers are available at the release page on GitHub, see [GitHub Release](https://github.com/OpenIntegrationEngine/engine/releases) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| All installers are available at the release page on GitHub, see [GitHub Release](https://github.com/OpenIntegrationEngine/engine/releases) | |
| All installers are available at the releases page on GitHub, see [GitHub Releases](https://github.com/OpenIntegrationEngine/engine/releases) |
|
|
||
| ### Java requirements | ||
|
|
||
| The Open Integration Engine requires Java 17+ to work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The Open Integration Engine requires Java 17+ to work | |
| The Open Integration Engine requires Java 17+ to work. |
| ::: warning | ||
| OIE can work with older versions of Java, but this is not recommended, | ||
| as some extensions may require version 17 to function correctly. | ||
| ::: | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ::: warning | |
| OIE can work with older versions of Java, but this is not recommended, | |
| as some extensions may require version 17 to function correctly. | |
| ::: |
We've already said above that it requires Java 17+. I don't think it's necessary to mention in the quick start guide that it's possible to run the server in an unsupported manner.
|
|
||
| ### Database requirements | ||
|
|
||
| OIE comes with the Derby database by default, which allows you to store configuration and messages, for the purpose of rapid deployment, development and testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| OIE comes with the Derby database by default, which allows you to store configuration and messages, for the purpose of rapid deployment, development and testing. | |
| OIE uses an embedded Apache Derby database by default, which allows you to store configuration and messages, for the purpose of rapid deployment, development and testing. |
|
|
||
| ::: warning | ||
|
|
||
| If you use a new instance, the defaults credentials are: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| If you use a new instance, the defaults credentials are: | |
| If you use a new instance, the default credentials are: |
|
|
||
|  | ||
|
|
||
| It's finished, now you can start to use OIE server, No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| It's finished, now you can start to use OIE server, | |
| It's finished. Now you can start to use your OIE server. | |
| sudo /Applications/OpenIntegrationEngine/oieserver | ||
| ``` | ||
|
|
||
| The first time, the server creates the default database. If server is launched correctly, you shoud see. the following lines: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The first time, the server creates the default database. If server is launched correctly, you shoud see. the following lines: | |
| During the first launch, the server initializes the database. If the server is launched correctly, you should see the following lines: |
|
|
||
| ### Ballista | ||
|
|
||
| [Ballista](https://github.com/kayyagari/ballista/releases) is the web-based administration interface for Open Integration Engine based on Tauri. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [Ballista](https://github.com/kayyagari/ballista/releases) is the web-based administration interface for Open Integration Engine based on Tauri. | |
| [Ballista](https://github.com/kayyagari/ballista/releases) is an open-source Administrator launcher for Open Integration Engine based on Tauri. |
| Please note these URLs, as we will need them later. | ||
| ::: | ||
|
|
||
| ### Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no content under this heading.
No description provided.