diff --git a/Jenkinsfile b/Jenkinsfile index 67fcffe..bf64a5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ pipeline { steps { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sh ''' - git config user.name "Jenkins Server" + git config user.name "Jenkins Server" git config user.email jenkins@confdroid.com git add -A && git commit -am "Recommit for updates in build $BUILD_NUMBER" || echo "No changes to commit" git push origin HEAD:master diff --git a/README.md b/README.md index e0594af..34fd35c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [confdroid\_postgresql](#confdroid_postgresql) - [confdroid\_apache](#confdroid_apache) - [confdroid\_gitea](#confdroid_gitea) + - [confdroid\_php](#confdroid_php) - [FAQ](#faq) ## Summary @@ -77,6 +78,14 @@ Install and configure a gitea standalone instance from non-packaged binaries. - manage service file and status - manage the firewall port +### [confdroid_php](https://3for.me/b5doc) + +Install and configure PHP to allow multiple applications with different settings to run in parallel. Custom php.ini settings should be configured with the application in question. + +- install php +- manage required directories including selinux contexts and permissions +- manage reuired files including selinux contexts and permissions + ## FAQ - Q: "Why are the names of the modules using underscore instead of hyphens?"