Example how to deploy to CWP and keep updated on push / pull requests
- 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.
- How/where to download your program
- Any modifications needed to be made to files/folders
- How to run the program
- Step-by-step bullets
code blocks for commands
Any advise for common problems or issues.
command to run if program contains helper info
Contributors names and contact info
ex. Dominique Pizzie
ex. @DomPizzie
- 0.2
- Various bug fixes and optimizations
- See commit change or See release history
- 0.1
- Initial Release
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.