How to do deployment for php application

后端 未结 6 1655
忘掉有多难
忘掉有多难 2021-02-01 08:33

I am currently developing a php-application for a charity organization and I am now in the stage of defining the deployment practices.

Our application is using both Zend

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-01 09:23

    You said that you have a claster. We're in the same position and we use ZF and Doctrine. This is how we solved the problem:

    
    
    
    
    
    
    
    
    
      
    
    
    
    
    
      
    
    
    
      
         
              
         
      
    
    
    
        
        
            
        
        
    
        
            
        
      
    
    
    

    This is far from ideal but it works fine for us. Hope that helps.

    Links:

    Apache Ant

    LiquiBase

    If you have some questions please let me know so I can update the answer.t

提交回复
热议问题