How to generate the DB?
-
I've forked the repo, and setup my web.configs for everything to work.
It seems the only thing added to the DB is the HangFire stuff, how to I get all of the tables to be generated like what happens on install?
-
You'll need to manually import the initial db.
https://raw.githubusercontent.com/theopenem/Toems-MSI/main/theopenem-1.2.1-mysql.sql
-
@theopenem_admin Perfect thank you!
Are you open to pull requests that provide documentation on easy setup for the project?
I think it could help more people want to add changes!
-
Sure, there are many things that need done, just need to find the time. I'm always open to making things better.
-
@theopenem_admin Sounds good, thanks for the quick replies!
-
@theopenem_admin Im about to push some changes that enable group filtering to my forked repo. I had to change an element in the db to add a setting for it.
Whats your workflow for including that change?
-
It's sort of a pain. There is a db updater section in Toems-Common, that I put the sql in but it involves updating versions to get it to run. I can add it if you want.
-
Thanks, it will be nice to cleanup some of those installation null refs.
Looking at the LDAP changes, it seems we are just effectively changing the base dn for syncing. It's not really a group filter. This leaves the authentication alone to use the original base dn. I wonder if we should just have 2 fields, it's basically just semantics at this point.
Authentication Base DN
Computer Sync Base DNWhich then leads into what if we want multiple DN's. Feel free to do as much or as little with this. At the very least you've motivated me to dig deeper into this for the next release.
Thanks again.