Skip to content

Example of how to use github to deploy to CWP and keep it up to date

Notifications You must be signed in to change notification settings

doc-capdoc/cwp_git_deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CWP - CentOS Web Panel Git Deploy

Description

Example how to deploy to CWP and keep updated on push / pull requests

Getting Started - Ensure Git is installed and up to date

Dependencies

  • Make sure you have git installed and updated on your machine
  • an account with root privileges
  • Copy the link of the version that we want to install. For that go to this website. GIT

Check for updates of os

yum -y update

You can check whether Git is installed and what version you are using by typing the following command: git --version

git --version

if not installed and you need to upgrade from version 1.* to 2 use

yum remove git

Then

yum -y install https://packages.endpointdev.com/rhel/7/os/x86_64/endpoint-repo.x86_64.rpm

check version by:

git --version

Upgrading You can use yum upgrade git if you already have it installed, but yum install git works in either case.

Installing

  • How/where to download your program
  • Any modifications needed to be made to files/folders

Executing program

  • How to run the program
  • Step-by-step bullets
code blocks for commands

Help

Any advise for common problems or issues.

command to run if program contains helper info

Authors

Contributors names and contact info

ex. Dominique Pizzie
ex. @DomPizzie

Version History

License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

About

Example of how to use github to deploy to CWP and keep it up to date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published