To set up CyberGhost,follow these organized steps:
-
Download and Install: Visit the Cybrary website and download the latest version of CyberGhost suitable for Windows.
-
Install the Installer: Double-click the installer to install the software on your system.
-
Activate the Software: Use the .NET activation key provided by Cybrary to activate the software with the command
cyberghost.exe activation_key.exe. -
Log In: Sign up for a Cybrary account using the Cybrary account manager tool and log in.
-
Create a Repository:
- Navigate to the Cybrary folder under the Cybrary site.
- Select the version of CyberGhost you have installed.
- Click on "New repository" to create your repository with a name and description.
-
Add Files:
- Open the repository in Cybrary.
- Click on "Add file to repository" to create or edit a file.
- Save your files and add them to the repository.
-
Create Version Tags:
- Open the Cybrary folder.
- Click on "Add version tag" to create a new tag.
- Add your version tags (e.g., "main", "dev") to your files.
-
Commit and Push Changes:
- Open the command prompt and run
git addfollowed by your files. - Commit your changes with
git commit -m "commit message". - Push your changes with
git push.
- Open the command prompt and run
-
Set Up Git Configuration:
- Create a
.gitconfigfile in the repository. - Run
git initto configure Git properly.
- Create a
-
Secure Your Repositories:
- Use a password manager (e.g.,
webatman) with your repository password. - Add your Cybrary password to the S3 bucket.
- Use a password manager (e.g.,
-
Manage Commit History:
- Create a
.gitlogfile. - Use
git logto view commit messages to track changes.
- Create a
By following these steps, you'll have a functional and secure version control system for your code. If you encounter any issues, refer to the Cybrary documentation or seek assistance from your colleague or tech support.
