-
Notifications
You must be signed in to change notification settings - Fork 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
OZ-468: Add docs to create own distribution. #4
Conversation
) * OZ-450: Clean up and fix of the Quick Start instructions * OZ-450: Some more adjustments * OZ-450: Reworked Quick Start. (#3) * Reworked Quick Start. @rbuisson my take on it, I haven't yet figured out/decided how to bring the Pro online public demo. But in any case we need to ask folks to browse to the website and click on the Try Demo button (we shouldn't repeat those instructions). * Referring to 'browser window' instead of 'tab'. * Update index.md --------- Co-authored-by: Dimitri R <dimitri@mekomsolutions.com>
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.
LGTM
docs/create-distro.md
Outdated
|--.gitignore | ||
|--.gitpod.yml | ||
|--pom.xml | ||
|--README.md |
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.
Is the archectype actually generating not only a Maven project but also a local Git repository?
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.
I don't think we're creating a local Git repository. I didn't want to make assumptions about having anything other than Maven installed.
|Action|Command| | ||
|:----|:----| | ||
|Build the distribution|<pre>./scripts/mvnw clean package</pre>| | ||
|Run the distribution|<pre>source target/go-to-scripts-dir.sh<br/><br/>./start-demo.sh</pre>| | ||
|Stop the distribution|<pre>./stop-demo.sh</pre>| | ||
|Destroy the distribution|<pre>./destroy-demo.sh</pre>| |
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 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.
Seems right. The last two commands do assume you're in the directory the ./start-demo.sh
script is launched from, but I don't know how to make that clear.
Mostly documents how to use the Ozone Maven Archetype.
Also start/stop/destroy instructions.
480p.Screen.Recording.2024-03-05.at.17.42.05.mov
Mostly reuses @ibacher 's PR, but with some adjustments: #1