Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/presslabs/gitium
Keep all your WordPress code on git with a simple plugin and a repo
https://github.com/presslabs/gitium
php wordpress wordpress-plugin
Last synced: about 15 hours ago
JSON representation
Keep all your WordPress code on git with a simple plugin and a repo
- Host: GitHub
- URL: https://github.com/presslabs/gitium
- Owner: presslabs
- License: gpl-2.0
- Created: 2014-04-03T08:09:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T13:05:58.000Z (14 days ago)
- Last Synced: 2025-01-06T06:07:57.843Z (8 days ago)
- Topics: php, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.presslabs.com/code/gitium/
- Size: 1.26 MB
- Stars: 181
- Watchers: 14
- Forks: 31
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gitium [![Build Status](https://travis-ci.org/PressLabs/gitium.svg)](https://travis-ci.org/PressLabs/gitium) [![Coverage](https://codeclimate.com/github/PressLabs/gitium/coverage.png)](https://codeclimate.com/github/PressLabs/gitium) [![Code Climate](https://codeclimate.com/github/PressLabs/gitium.png)](https://codeclimate.com/github/PressLabs/gitium)
======# Welcome to Gitium
Gitium was built in 2013 to provide our clients a more simple and error-free method to integrate a new git version control into their code management flow.
Gitium was developed by the awesome engineering team at [Presslabs](https://www.presslabs.com/), a Managed WordPress Hosting provider.
For more open-source projects, check [Presslabs Code](https://www.presslabs.org/).
### What is Gitium?
This plugin enables continuous deployment for WordPress, integrating with tools such as Github, Bitbucket or Travis-CI. Theme or plugin updates, installs and removals are all automatically versioned. Ninja code edits from the WordPress editor are also tracked by the version control system.
### Why Gitium?
Gitium is designed with responsible development environments in mind, allowing staging and production to follow different branches of the same repository. You can also deploy code by simply using git push.
Gitium requires git command line tool with a minimum version of 1.7 installed on the server and the proc_open PHP function enabled.
### Gitium features:
- preserves the WordPress behavior
- accountability for code changes
- safe code storage—gets all code edits in Git### Development
For more details about Gitium, head here: https://www.presslabs.org/gitium/docs/usage/
### Contributing
We’ve built this to make our lives easier and we’re happy to do that for other developers, too. We’d really appreciate it if you could contribute with code, tests, documentation or just share your experience with Gitium.
Development of Gitium happens at http://github.com/PressLabs/gitium
Issues are tracked at http://github.com/PressLabs/gitium/issues
This WordPress plugin can be found at https://wordpress.org/plugins/gitium/### License
This project is licensed under the [General Public License version 2.0](http://www.gnu.org/licenses/gpl-2.0.html).