I have configured the original version and run it successfully on localhost 8080 but don’t know how to configure moqui_vi_VN.
moqui_vi_VN is a component hosted GitHub - olbius/moqui_vi_VN.
Because it is not an out of the box component in this file, you’ll need to create a file called myaddons.xml
in your moqui-framework directory containing the following text:
<addons default-repository="github">
<!-- olbius Client Components -->
<component name="moqui_vi_VN" group="olbius" version="" branch="main"/>
</addons>
Checkout this comment in addons.xml
to see why we need to create a myaddons.xml
file.
Then in your moqui-framework
directory, run
./gradlew getComponent -Pcomponent=moqui_vi_VN
Then you should have a directory at ls ./runtime/componet/moqui_vi_VN
when in your moqui-framework
directory
Hope this helps!
Please create a new post to ask a different question
Thank you for your answer.How do you think about when you give us the contact like facebook, gmail or? We think it will help us a lot to investigate the problem.
If you need help with Moqui and can pay, I suggest contacting a service provider: Moqui Service Providers.
I’m not doing consulting work at the moment, so I can answer small specific questions on the forum, but anything more than that is too much.