Replies: 6 comments 10 replies
-
I agree. I had a similar idea - let me find it and we can link the discussions |
Beta Was this translation helpful? Give feedback.
-
I'd like to proposed a variation of zopen-setup, perhaps zopen-git-setup. It would install the zopen git port along with any pre/co-req's and then install zigi. During the process it should prompt for:
One zot to rule the world :) |
Beta Was this translation helpful? Give feedback.
-
I tried a clean install starting with curl and then meta and then the gitport. The zopen install git installed git and identified all pre/co-reqs and installed them all but it didn't create a single .env file. Ideally to keep things simple and reduce the size of the env variables is there a chance of installing all into the same set of directories (all bin into bin, all man into man, etc.)? that will simplify the env variables and keep the length of the environment variables shorter (which bpxwunix prefers - i think it chokes at 255) |
Beta Was this translation helpful? Give feedback.
-
You and me we're thinking the same think Lionel :) I've create a oneclick installer for git (and prereqs) as I've seen more peeps struggling with getting all the required softwares installed from the internets :) Your pull requests to that private repo made it 'good enough' to share so it's there, and public available. Check it out at : https://github.com/wizardofzos/gitmaster/releases/tag/v1.1.0 In case one wonders, release notes and repo-name written by my new friend ChatGPT (based on the shellscript as input) |
Beta Was this translation helpful? Give feedback.
-
Hi
Great to see.
The first step indicates you need to clone the repo but it doesn’t list git
as a pre-req. is the thought that someone would manually scp up the
directory of files or did you miss git as a pre-req?
…On Mon, Feb 20, 2023 at 13:58 wizardofzos ***@***.***> wrote:
You and me we're thinking the same think Lionel :)
I've create a oneclick installer for git (and prereqs) as I've seen more
peeps struggling with getting all the required softwares installed from the
internets :)
Your pull requests to that private repo made it 'good enough' to share so
it's there, and public available.
Check it out at :
https://github.com/wizardofzos/gitmaster/releases/tag/v1.1.0
In case one wonders, release notes and repo-name written by my new friend
ChatGPT (based on the shellscript as input)
—
Reply to this email directly, view it on GitHub
<https://github.com/orgs/ZOSOpenTools/discussions/142#discussioncomment-5057687>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOSFFEIEIG7DURMV2Z5SCNLWYPSIBANCNFSM6AAAAAAUHSSAUU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@wizardofzos @lbdyck how close are we with the latest tools? |
Beta Was this translation helpful? Give feedback.
-
I propose a pre-packaged installation that includes git, curl, and any other pre/co-requisites that would all install into a common structure to minimize paths and confusion.
As part of this I propose a variation of the .env that can be copied into /etc/profile or the users .profile to configure the correct environmental variables.
Basically a 'turn key' install for the git users.
This common structure can then be easily copied into a new zfs and mounted at a unique mount point which will allow the zfs to be replaced with updates as needed.
Beta Was this translation helpful? Give feedback.
All reactions