Tag: Git

Git for Beginners

It is a general tendency of human beings to resist change. Unless Git was around when you started with version control systems, chances are that you are comfortable with Subversion. Often, people say that Git is too complex for beginners. Yet, I beg to differ! In this tutorial, I will explain how to use Git for your personal projects. We will assume you are creating a project from scratch and want to manage it with Git. After going through the basic commands, we will have a look at how you could put your code in the cloud using GitHub. We will talk about the basics of Git here – how to initialize your projects, how to manage new and existing files, and how to store your code …

Original Article Can Be Found Here:

Git for Beginners

Using Dokku to Deploy PHP Applications with a “git push” on DigitalOcean

Want a Platform-as-a-Service setup like Heroku on your own $5/month VPS from DigitalOcean? Look no further than Dokku – a set of scripts built on Docker and Heroku’s own buildpacks. After this setup, you’re just one git push away from deploying your app to your own server. Step 1: Create a new Droplet with Dokku DigitalOcean has a great guide on how to use the DigitalOcean Dokku Application, so there is no sense in repeating the steps here. Follow the steps in that article, and then come back here. There are issues I ran into after the Dokku setup that are important steps not to skip. So be sure to come back here before trying to deploy your PHP application. Step 2: Setup Swap …

Read Original Article Here:

Using Dokku to Deploy PHP Applications with a “git push” on DigitalOcean

© 2024 Paul Parisi

Theme by Anders NorénUp ↑