You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kill Bill users mailing-list
Hello everyone,
im new to kill bill and not very experienced with development generally. I just installed kill bill in a docker container as instructed in getting started section. Now i want to install hello world plugin but im not sure which are the steps to install it using docker..
Regards,
Theo
karan bansal
unread,
Sep 5, 2023, 2:45:09 PM9/5/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kill Bill users mailing-list
Hi Theo,
You should be able to install it using KPM ( instructions ). Let me know if you face any issue in this.
Regards
Karan
Theo Fidis
unread,
Sep 6, 2023, 3:28:37 AM9/6/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kill Bill users mailing-list
Hello Karan
I entered the docker container where the kill bill is running and i installed there the jar using the command " kpm install_java_plugin 'dev:hello' --from-source-file=PROJECT_ROOT/target/<artifact_id>-<version>.jar --destination=<path_to_install_plugin> " but when i try to enter
http://localhost:8080/plugins/hello-world-plugin/ i get a 404 response.
Regards
Theo
Theo Fidis
unread,
Sep 6, 2023, 4:51:32 AM9/6/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Kill Bill users mailing-list
Hi again..
I figure it out.. i had to start the plugin from Kaui UI after kpm install