multi tenancy

Hi Martin,

Good to hear! To help you get started, I’ve updated the wiki page at
https://github.com/foodcoops/foodsoft/wiki/Multi-tenancy
When you’re new to Ruby on Rails apps, I can imagine it would take some
time to understand all that needs to be done for this. In short, it
would look something like:

  1. Update config/app_config.yml (in line with the wiki page mentioned above)
  2. Populate databases (using rake multicoops:run or rake rake multicoops:run_single with TASK=db:setup)
  3. Restart the webserver touch tmp/restart.txt

Hope this helps to get you started.

Best,

  • Willem