List of posts tagged: git
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.
Configuring access to the repository with help SSH
How to connect a repository with SSH? Detailed instruction how to generate an SSH key, to add the SSH key in github or bitbucket and to connect to the repository smartGit using the SSH key.
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.