You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/serverless.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,63 +42,75 @@ Once you download the client, double click the file to install the GitKraken Ser
42
42
Below are platform-specific details on minimum requirements.
43
43
44
44
### Windows (.exe file)
45
+
45
46
***System requirements:** Windows 10+
46
47
47
48
#### Install Instructions
49
+
48
50
Double-click the downloaded executable file, and follow the installation instructions.
49
51
50
52
#### Data Location
53
+
51
54
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)_.
52
55
53
56
54
57
***
55
58
56
59
### Mac OS (.dmg file)
60
+
57
61
***System requirements:**
58
-
* Intel: macOS 10.15+
59
-
* Apple Silicon: macOS 11+
62
+
* Intel: MacOS 10.15+
63
+
* Apple Silicon: MacOS 11+
60
64
61
65
#### Install Instructions
66
+
62
67
Double click the downloaded DMG file and when prompted, drag and drop the GitKraken icon to your Applications folder.
63
68
64
69
#### Data Location
70
+
65
71
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)_.
66
72
67
73
***
74
+
68
75
### Linux (.deb and .tar.gz files)
76
+
69
77
***System requirements:** Ubuntu LTS 18.04 or later
70
78
71
79
#### .deb
80
+
72
81
GitKraken has a simple package available for Debian based distributions.
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)_.
86
97
87
98
***
88
99
89
100
### 3. Load license file
90
101
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.
92
103
93
104
<imgsrc="/wp-content/uploads/license.png"class="img-responsive center img-bordered">
94
105
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/).
96
107
97
108
Once the license file is applied, you are ready to get crackin'!
98
109
99
110
<imgsrc="/wp-content/uploads/standalone.png"srcset="/wp-content/uploads/[email protected] 2x"class="img-responsive center img-bordered">
100
111
101
112
#### License.dat Location
113
+
102
114
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:
103
115
104
116
**Linux/Mac:**
@@ -122,3 +134,9 @@ You can also place your license file into specific directory locations for GitKr
122
134
- directory of the `exe`
123
135
124
136
-``%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
+
<imgsrc="/wp-content/uploads/update-license-file.png"class="img-responsive center img-bordered">
0 commit comments