From 909a8da92c77635e8e18cd63c1d385afbf413248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Marcos?= Date: Wed, 13 Jun 2018 12:51:29 +0200 Subject: [PATCH] Update README.md --- README.md | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/README.md b/README.md index b0bef016e..4676d2bd5 100644 --- a/README.md +++ b/README.md @@ -7,45 +7,4 @@ - Virtualization (OpenVZ) - Administrator, reseller and client login - Configuration mirroring and clusters -- Open Source software (BSD license) - -# ISPConfig-vcs - -Easy version control system integration in ISPConfig 3. - -This is a very early version, so only git repositories can be created for the moment. - - -## What is this for? -This plugin integrates Git repositories for the ISPConfig Sites. - -You have the option to 'git clone' a repository on the %document_root%/web folder of the websites. -The first time you add the repo it tries to 'git clone'-it creating a temporal folder in /tmp/web_git/[web_git_id]/. -After the clone, it changes permissions to every file with the user and group of the website. Then it moves all the content to the %document_root%/web folder. - -Every time you change the values of a repository (via ISPConfig form) it checks if there is a git repository created in the folder. -If not, it tries to clone it. If yes, performs a 'git pull' and changes and chowns all the web folder. - -'git pull' log is stored and can be viewed inside a Git repository register. - - -## Requirements -* ISPConfig 3 -* Admin user -* git -* Git repository url (HTTP/HTTPS) - - -## Installation - -I recommend you test this plugin in a non-production enviroment. - -``` -#Import database table -mysql -uroot -p dbispconfig < database.sql - - -#Enable module and plugin -ln -s /usr/local/ispconfig/server/mods-available/vcs_module.inc.php /usr/local/ispconfig/server/mods-enabled/vcs_module.inc.php -ln -s /usr/local/ispconfig/server/plugins-available/vcs_plugin.inc.php /usr/local/ispconfig/server/plugins-enabled/vcs_plugin.inc.php -``` \ No newline at end of file +- Open Source software (BSD license) \ No newline at end of file -- GitLab