This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit 7afb74f7cb3f2c25d4ae397a815619a10d7de0cd Author: Grzegorz Grzybek <[email protected]> AuthorDate: Tue May 6 15:13:06 2025 +0200 ARTEMIS-5440 - update readme.md with changed yarn instructions --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab00bba..384c244 100644 --- a/README.md +++ b/README.md @@ -63,19 +63,20 @@ frontend project itself in development mode with `yarn start` or `npm run start` Start the plugin project in development mode with yarn: ```console -cd artemis-console-extension/artemis-extension +cd artemis-console-extension/artemis-extension/app yarn start ``` or with npm: ```console -cd artemis-console-extension/artemis-extension +cd artemis-console-extension/artemis-extension/app npm run start ``` - -Now you should be able to preview the plugins under development at <http://localhost:8080/console/>. However, since it still +Now you should be able to preview the plugins under development at <http://localhost:8080/hawtio/>. However, since it still hasn't been connected to a backend JVM, you can then connect to a running Artemis instance using the connect tab using for instance http://localhost:8161/console/jolokia. You can now edit the artemis console web application and see changes loaded live. + +The URL uses `/hawtio` base path due to a [Hawtio bug](https://github.com/hawtio/hawtio/issues/3885). \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
