This section will indicate the steps to follow to configure the code repository.
Make a fork of the repository to your work area in GitHub. This way you can modify the code freely.
Clone the repository to your computer:
Change
YOUR-GITHUB-USERby your user on GitHub.
git clone git@github.com:YOUR-GITHUB-USER/gitops-get-started.gitAccess the cloned repository directory:
cd gitops-get-startedModify the installation file so that it uses your repository as the source of origin:
Change
YOUR-GITHUB-USERby your user on GitHub.
sed -i "" "s/mmorejon/YOUR-GITHUB-USER/g" scripts/install.shCommit the changes and send them to your repository on GitHub:
git add scripts/install.sh
git commit -sm 'Change github repository.'
git push origin masterNext: Setup Digital Ocean
