List of posts tagged: Deploy
Deploy site using Shipitjs. Part 2
Simple deploy for inexperienced users.
Example of deploy a website on Yii2. But do deploy of site based to any other framework (core) on the basis of this example is not difficult
Deploy of applications using Shipitjs
Consider how to deploy using Shipitjs and deploy the application on a server with a single command.
Example of a remote application deployment coded in php using Capistrano and Git.
Capistrano is an instrument with an open source code able to run commands on a remote server via ssh access. Capistrano is written in Ruby, and it is mostly applied to deploy Ruby applications, though it can also be used to deploy applications in other programming languages. In this very recipe, PHP programming language will be used. So, off we go.