inoERP
inoERP copied to clipboard
Docker installation
Hello, I just discovered inoERP. the project seems awesome, thanks for providing this. Just wanted to know if there is any easy installation for docker? So I can run it on my server easily. Thanks
No, not yet. Though we do all the development within the docker container, we have never made an official image. We will do it in the future.
The project is very comprehensive. I have seen a vast Swagger documentation, as well as fast and modular front end. I think if the project gets dockerized, it can gain more popularity and get's more attention from devs who can update features.
Anyways, thanks.
Sure, I will add it to the TODO (but it won't be available in the next 3-4 months)
Currently, the application allows dev/super users to use javascript to customize the functionality https://docs.rikdata.com/docs/customization/server. However, it has some runtime limitations and also slowdown several activities. So, I am in the process of moving many components from go to rust. Most of the development is complete, but we need to focus on that for a few more months.
The newer version will be completely memory safe, much faster, and will allow rhai in addition to javascript as a scripting language.