Hi Josh, Approaches I've seen include:
- just using GitHub or GitLab - self-hosting a bare Git repository - self-hosting Gitweb (or Gitea, or GitLab) - use a repo on git.evergreen-ils.org (and yes, you can request one) As far as which approach to use, it largely depends on whether a Git repo alone serves your needs or if you will want some of the workflow features that GitHub et al. give you. Basing it on a clone of the Evergreen repo can make it easier to rebase local changes. Secrets like DB credentials shouldn't be checked in, of course, but it's easy enough to keep those in a separate private repository somewhere. Regards, Galen On Thu, Nov 5, 2020 at 9:46 AM Josh Stompro <[email protected]> wrote: > Hello, I need to get setup to track all our local changes in git, I've > hit the point where my list is too long. > > I'm looking for some suggestions on where to host our local changes > repository? What do you all use? Should I just store the changes in a > local git repository on a server here? Setup a github or gitlab clone of > the Evergreen repository? > > I cannot think that we would ever have anything in it that couldn't be > public... but then again, if I'm storing our opensrf.xml and > opensrf_core.xml files in there, then those certainly shouldn't be public. > > I see that a few organizations have repos on git.evergreen-ils.org? Are > those used for all your local changes, or just certain ones that you want > to share? Could I request a new repo there? > > Thanks > Josh > > -- > Josh Stompro - IT Director > Lake Agassiz Regional Library > Desk: 218-233-3757 Ext 139 > Cell: 218-790-2110 > _______________________________________________ > Evergreen-dev mailing list > [email protected] > http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev > -- Galen Charlton Implementation and Services Manager Equinox Open Library Initiative phone: 1-877-OPEN-ILS (673-6457) email: [email protected] web: https://equinoxInitiative.org direct: +1 770-709-5581 cell: +1 404-984-4366
_______________________________________________ Evergreen-dev mailing list [email protected] http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-dev
