Elizabeth K. Joseph
Elizabeth K. Joseph
> Interested in it. Where can i help on it. Welcome, @Stan370 ! This is part of our [summer mentorship program](https://mentorship.lfx.linuxfoundation.org/project/ea44ab21-8b14-4d17-91de-d7a8724483f8) this year so we're not actively making changes until...
As a policy, I try to update the production data on sdt.openmainframeproject.org on a monthly basis. In practice, this is a manual process and I don't actually do it that...
> is it still open ? , @pleia2 @rachejazz can u assign it to me? @Rohitrky2021 This one is a bit complicated because it has multiple parts and there isn't...
Yeah, perhaps what needs to be done is added instructions to "sudo su - apache" and then run those commands as the apache user?
Thank you @arshPratap. This was on my list so this was the nudge I needed to look at it :smile: The last outstanding part of this is how we handle...
In this section: https://github.com/openmainframeproject/software-discovery-tool/blob/master/docs/Installation.md#updating-data-directory The commands should be run by the apache user with sudo, so: ``` sudo -u apache git pull --recurse-submodules sudo -u apache git submodule update --recursive...
No decision has been made regarding linting format or other coding standards. Please bring this up at the team meeting on Tuesday, May 23rd.
Details for our upcoming meeting, where we can discuss this, can be found on our calendar: https://lists.openmainframeproject.org/g/software-discovery-tool-discussion/calendar
At first glance, I think only the data_files/ directory really needs to be writable by the apache user since that's what is being modified, but we'll need to test that....
Now that the web server user should not require write access to the file system to do data file updates, we should do a thorough re-evaluation of ownership in our...