All Projects → JohannesHoppe → easy-git-deploy

JohannesHoppe / easy-git-deploy

Licence: MIT license
Tired of complex shell scripts for managing GIT on your web server? This tool has exactly one button for each direction. Handle deployments for smaller projects (e.g. Static websites, 🅰️Angular apps, Wordpress, etc.) with ease.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to easy-git-deploy

alc-site
The web site of the ALC Beijing (Apache Local Community Beijing)
Stars: ✭ 75 (+59.57%)
Mutual labels:  apache
sqstorage
A easy to use and quick way to organize your inventory, storages and storage areas
Stars: ✭ 18 (-61.7%)
Mutual labels:  apache
LAMPP-Manager
A simple LAMPP manager designed to automate all the work.
Stars: ✭ 117 (+148.94%)
Mutual labels:  apache
hive-bigquery-storage-handler
Hive Storage Handler for interoperability between BigQuery and Apache Hive
Stars: ✭ 16 (-65.96%)
Mutual labels:  apache
airflow-client-python
Apache Airflow - OpenApi Client for Python
Stars: ✭ 172 (+265.96%)
Mutual labels:  apache
trafficserver-ingress-controller
Apache Traffic Server Ingress Controller for Kubernetes
Stars: ✭ 29 (-38.3%)
Mutual labels:  apache
apache-flink-jdbc-streaming
Sample project for Apache Flink with Streaming Engine and JDBC Sink
Stars: ✭ 22 (-53.19%)
Mutual labels:  apache
uima-uimaj
Apache UIMA Java SDK
Stars: ✭ 50 (+6.38%)
Mutual labels:  apache
traffic analyser
Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems
Stars: ✭ 44 (-6.38%)
Mutual labels:  apache
expresso-php
Fast and simple Docker setup for all your PHP development. Quick but not dirty.
Stars: ✭ 31 (-34.04%)
Mutual labels:  apache
nifi
Deploy a secured, clustered, auto-scaling NiFi service in AWS.
Stars: ✭ 37 (-21.28%)
Mutual labels:  apache
Sparkora
Powerful rapid automatic EDA and feature engineering library with a very easy to use API 🌟
Stars: ✭ 51 (+8.51%)
Mutual labels:  apache
apachelogs
Parse Apache access logs
Stars: ✭ 19 (-59.57%)
Mutual labels:  apache
srclient
Golang Client for Schema Registry
Stars: ✭ 188 (+300%)
Mutual labels:  apache
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (-14.89%)
Mutual labels:  apache
eyy-indexer
An image and video friendly directory indexer for web directories.
Stars: ✭ 53 (+12.77%)
Mutual labels:  apache
docker-oxid6
Docker Container with PHP7, MySQL 5.7 and OXID eShop 6
Stars: ✭ 30 (-36.17%)
Mutual labels:  apache
openwhisk-runtime-go
Apache OpenWhisk Runtime Go supports Apache OpenWhisk functions written in Go
Stars: ✭ 31 (-34.04%)
Mutual labels:  apache
CVE-2021-41773 CVE-2021-42013
Apache HTTP Server 2.4.49, 2.4.50 - Path Traversal & RCE
Stars: ✭ 20 (-57.45%)
Mutual labels:  apache
Simple-Social-Network
Micro Social Network developed in PHP, MySQL, BOOTSTRAP 3 and VUE.JS 2
Stars: ✭ 18 (-61.7%)
Mutual labels:  apache

Screenshot

#EasyGitDeploy

Tired of complex shell scripts for managing GIT on your web server?
This tool has exactly one button for each direction. That's all!

EasyGitDeploy targets the following setup: Your are developing with git and remote repository (e.g. GitHub or BitBucket). To handle deployments for smaller projects (e.g. Static websites, Angular apps, Wordpress, etc.) you would like to deploy a branch directly to the webserver (by default 'master' is used). As soon as everything works as expected, you just have to use the PULL button to either create a new git-driven directory on the webserver or to update the existing directory. This works as long as no file-changes were made on the webserver (e.g. automatic wordpress updates or uploaded user-content).

If there are any conflicting changes, the PUSH button is here to rescue. It creates a new branch and pushes the changes to the remote repository. Now it’s up to you to merge the new branch back to master. As soon as this was made, PULL will work again and brings the project on the webserver back to the latest version.

Requirements on the web server

  • Linux / Unix (or Cygwin on Windows)
  • PHP 5.4
  • git command line tool

Expected Conflict resolvements

Dev Live Push Button Pull Button What to do?
Unchanged Unchanged New Branch (unchanged) No changes
Unchanged Changes New Branch If on other Branch with open changes, cannot checkout master, nothing happens. Nothing to do, but if you are not sure if dev is unchanged do 1st push and 2nd pull again.
New Commits Unchanged New Branch (unchanged) Live receives latest version of master branch.
New Commits Changes New Branch 1. On master: updates or conflicts. 2. On other Branch with open changes, cannot checkout master, nothing happens. On any problems, push first, maybe resolve conflicts on dev and pull again.

Licence

The MIT License (MIT), Copyright (c) 2017 Johannes Hoppe
see License text

Many thanks to Brandon Summers for the initial code.
Thanks to Pascal Dittrich for feedback and code attributions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].