Skip to content

Commit 96c60cf

Browse files
authored
Merge pull request #193 from jkelroy/HC-120-include-update-license-section-fo
HC-120 Include update license section for serverless
2 parents 767e0e5 + 76bdda3 commit 96c60cf

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

_images/update-license-file.png

158 KB
Loading

gitkraken-client/serverless.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,63 +42,75 @@ Once you download the client, double click the file to install the GitKraken Ser
4242
Below are platform-specific details on minimum requirements.
4343

4444
### Windows (.exe file)
45+
4546
* **System requirements:** Windows 10+
4647

4748
#### Install Instructions
49+
4850
Double-click the downloaded executable file, and follow the installation instructions.
4951

5052
#### Data Location
53+
5154
GitKraken data is stored within your home profile in `C:\\Users\\{user}\\AppData\\Roaming` or `%APPDATA%\\.gitkraken` on older versions. No data is stored outside of the user's machine or remote services _(GitHub Enterprise, Bitbucket Server, etc)_.
5255

5356

5457
***
5558

5659
### Mac OS (.dmg file)
60+
5761
* **System requirements:**
58-
* Intel: macOS 10.15+
59-
* Apple Silicon: macOS 11+
62+
* Intel: MacOS 10.15+
63+
* Apple Silicon: MacOS 11+
6064

6165
#### Install Instructions
66+
6267
Double click the downloaded DMG file and when prompted, drag and drop the GitKraken icon to your Applications folder.
6368

6469
#### Data Location
70+
6571
GitKraken data is stored in `/Users/{user}/.gitkraken` == `~/.gitkraken`. No data is stored outside of user's machine or remote services _(GitHub Enterprise, Bitbucket Server, etc)_.
6672

6773
***
74+
6875
### Linux (.deb and .tar.gz files)
76+
6977
* **System requirements:** Ubuntu LTS 18.04 or later
7078

7179
#### .deb
80+
7281
GitKraken has a simple package available for Debian based distributions.
7382
```
7483
wget https://release.gitkraken.com/linux-standalone/gitkraken-amd64.deb
7584
dpkg -i gitkraken-amd64.deb
7685
```
7786

7887
#### .tar
88+
7989
```
8090
wget https://release.gitkraken.com/linux-standalone/gitkraken-amd64.tar.gz
8191
tar -xvzf gitkraken-amd64.tar.gz
8292
```
8393

8494
#### Data Location
95+
8596
GitKraken data is stored in `/home/{user}/.gitkraken` == `~/.gitkraken`. No data is stored outside of user's machine or remote services _(GitHub Enterprise, Bitbucket Server, etc)_.
8697

8798
***
8899

89100
### 3. Load license file
90101

91-
When you first open GitKraken Stand-Alone Client, you will be prompted to load the `.dat` license file.
102+
When you first open GitKraken Serverless Client, you will be prompted to load the `.dat` license file.
92103

93104
<img src="/wp-content/uploads/license.png" class="img-responsive center img-bordered">
94105

95-
If do not have the license, please contact your GitKraken administrator. If you are the GitKraken administrator, you can find your license file on app.gitkraken.com. If you have an older account or you need assistance locating your license file, [contact us](https://help.gitkraken.com/gitkraken-client/contact-support/).
106+
If you do not have the license, please contact your GitKraken administrator. If you are the GitKraken administrator, you can find your license file on app.gitkraken.com. If you have an older account or you need assistance locating your license file, [contact us](https://help.gitkraken.com/gitkraken-client/contact-support/).
96107

97108
Once the license file is applied, you are ready to get crackin'!
98109

99110
<img src="/wp-content/uploads/standalone.png" srcset="/wp-content/uploads/[email protected] 2x" class="img-responsive center img-bordered">
100111

101112
#### License.dat Location
113+
102114
You can also place your license file into specific directory locations for GitKraken to check. Here are all of the locations GitKraken Client will look:
103115

104116
**Linux/Mac:**
@@ -122,3 +134,9 @@ You can also place your license file into specific directory locations for GitKr
122134
- directory of the `exe`
123135

124136
- ``%APPDATA%\.gitkraken``
137+
138+
#### Updating License file
139+
140+
If your license has expired, you can replace your license file in one of the above mentioned locations or manually provide your new license file. To manually update the file in the client, select the text `Licensed to [Your Organization] for [number] users` in the bottom left and then select `Update License`.
141+
142+
<img src="/wp-content/uploads/update-license-file.png" class="img-responsive center img-bordered">

0 commit comments

Comments
 (0)