inoerp / inoERP

inoERP is an OneApp [ Go back-end & Flutter front-end ] based enterprise management system
http://docs.inoerp.com/
Mozilla Public License 2.0
767 stars 675 forks source link

Docker installation #126

Open Shahin-rmz opened 1 year ago

Shahin-rmz commented 1 year ago

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

inoerp commented 1 year ago

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.

Shahin-rmz commented 1 year ago

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.

inoerp commented 1 year ago

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.