how to deploy FreeCAD on multi computers

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: how to deploy FreeCAD on multi computers

Post by adrianinsaval »

IMO that is not a feature that needs to be implemented in FreeCAD, it can all be scripted in bash or powershell depending on the platform, on windows you already have chocolatey and winget for this kind of stuff (at least the installation anyways) and on linux you have even better package managers.
chennes wrote: Mon Jul 11, 2022 2:49 pm Regarding the config files: consider using a Preference Pack to save any non-default local preferences, so that a simply "Apply" will reset those things to the settings you want to use.
Can preference packs work with arbitrary parameters? I thought it was limited to a subset of parameters
User avatar
chennes
Veteran
Posts: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: how to deploy FreeCAD on multi computers

Post by chennes »

adrianinsaval wrote: Mon Jul 11, 2022 9:38 pm Can preference packs work with arbitrary parameters? I thought it was limited to a subset of parameters
Yes: literally anything that is allowed in a FreeCAD conf file is allowed. It is just that the “save” feature can only save the subset in its template files. If you create it by hand, or just make a copy of your user.conf file, that works with any parameter.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
adrianinsaval
Veteran
Posts: 5551
Joined: Thu Apr 05, 2018 5:15 pm

Re: how to deploy FreeCAD on multi computers

Post by adrianinsaval »

Nice!
david69
Veteran
Posts: 1780
Joined: Wed Jan 01, 2014 7:48 pm

Re: how to deploy FreeCAD on multi computers

Post by david69 »

thanks chennes for your good advices. We see Pack preferences can be used for such needs.
Post Reply