Gradual deployment of ERPNext (over long period of time)

Hi!

I’m a former programmer that has switched to brewing beer.

I’d like to setup an ERP system for my brewery. As this is not a priority, I would like to set it up step by step, when time allows it. I am wondering if setting up ERPNext in bellow described way is advisable / allowed or would it cause any problems:

  1. use production image for VirtalBox,
  2. input the basic information about the firm,
  3. select (one) module and start using it (in English),
  4. translate module to your language (and contribute the translations),
  5. repeat steps 3. and 4. with another module.
  6. Update the code (from production branch) often.

Looking forward to your comments,
Gregor

You can refer this ERPNext Implementation Strategy

https://erpnext.org/docs/user/manual/en/introduction/implementation-strategy

For testing instance you can create a free account at https://erpnext.com (the easiest way to experiment).

For production you can take VPS from any VPS provider and install ERPNext
Installation:
https://github.com/frappe/bench

1 Like

I would suggest Sales and Purchase modules first and then proceed as you get more comfortable. Highly recommend cloud option if customizations are not a priority.