Git Product home page Git Product logo

Comments (1)

idp-oss avatar idp-oss commented on September 23, 2024

Glad to know your interest in adding PHP support. While we work on the documentation to help users with this, you can refer to below points to get started with the development.

  • Design the steps and flow you need to support under each stage (BUILD, DEPLOY, TEST). Ex: BUILD to support SonarQube, Unit Testing, DEPLOY to support copy of files to a directory and restart of the web server, TEST stage more or less should remain common to what is already supported, etc.
  • As you know by now, Jenkins is the core orchestration engine in IDP. Any new technology/tool to be supported, needs to be first implemented/tried as a pipeline/job in Jenkins
  • Create reference Jenkins Freestyle jobs for BUILD, DEPLOY, TEST as per your design
  • Once the jobs are tested to be building and deploying your code, you can start with DSL development. DSL folder structure is pretty much straight forward.
  • You will need to modify Build.groovy and Deploy.groovy and create new files for PHP Build and Deploy under openIDP/dsl/src/main/groovy/com/infy/idp/tools/build/ and openIDP/dsl/src/main/groovy/com/infy/idp/tools/deploy folders
  • For the inputs you need to receive from the end user, you need to update the BUILD and DEPLOY components in the UI code.
  • To map the UI fields with the DSL layer, you need to to update Services, to add the entities in openIDP/service/Services/entities/src/main/java/org/infy/idp/entities/jobs/
  • If you need to have any custom dashboards, you need to work with dashboard services and utilities as well

from openidp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.