Как поставить gitkraken на ubuntu

Обновлено: 04.07.2024

GitKraken Self-Hosted runs on a Linux virtual machine (CentOS, Ubuntu, or RHEL7) inside Docker containers, so before we can boldy go where no Kraken has gone before, we'll have to install Docker.

Jump to CentOS Jump to Ubuntu Jump to RedHat Enterprise Linux 7

Install Docker CE on CentOS

These instructions can also be found on Docker's documentation site.

With internet access

1. Install required packages:

2. Use the following command to set up the stable repository:

3. Update the yum package index:

4. Install the latest version of Docker:

5. Edit /etc/docker/daemon.json. If it does not yet exist, create it:

7. Switch to root user:

8. Download Docker Compose:

9. Apply executable permissions:

10. Install GitKraken Self-Hosted - jump to Installation section.

Without internet access

1. Download Docker CE and Docker Compose packages from a machine with internet access.

    (both the docker-ceselinux and the docker-ce of the same version (e.g. 17.03.1))

2. Get the 3 files over to the host server where Docker will be installed.

3. Install Docker (change the path to where you copied the files, and the package names appropriately):

4. Copy and rename the Docker Compose file to /usr/local/bin/docker-compose:

5. Change access permission for docker-compose:

6. Edit /etc/docker/daemon.json. If it does not yet exist, create it:

8. Install GitKraken Self-Hosted - jump to Installation section.

Install Docker CE on Ubuntu

These instructions can also be found on Docker's documentation site.

With internet access

2. Add Docker's GPG key:

You can verify the key with: sudo apt-key fingerprint 0EBFCD88

3. Set up the stable repository:

4. Update apt package index:

5. Install Docker:

6. Switch to root user:

7. Download Docker Compose:

8. Apply executable permissions:

9. Install GitKraken Self-Hosted - jump to Installation section.

Without internet access

1. Download Docker CE package from a machine with internet access.

    choose your Ubuntu version, browse to pool/stable, and choose your architecture.

You can check your version using: lsb_release -a

2. Download Docker Compose package from a machine with internet access. * Docker Compose

3. Get the 2 files over to the host server where Docker will be installed.

4. Install Docker (change the path to where you copied the files, and change the package names appropriately):

5. Move Docker Compose file and rename it:

6. Apply executable permissions:

Install Docker CE on RHEL7

With internet access

1. Install required packages:

2. Use the following command to set up the stable repository:

3. Update the yum package index:

4. Install the latest version of Docker:

  • Note: If you would like to install the latest version of Docker CE, you can run the following command to get the latest version:

Insert the desired Docker CE version into the install command by replacing that portion of the string for the Docker CE version and the selinux version.

5. Edit /etc/docker/daemon.json. If it does not yet exist, create it:

7. Switch to root user:

8. Download Docker Compose:

9. Apply executable permissions:

10. Install GitKraken Self-Hosted - jump to Installation section.

Without internet access

1. Download Docker CE and Docker Compose packages from a machine with internet access.

    (both the docker-ceselinux and the docker-ce of the same version (e.g. 17.03.1))

2. Get the 3 files over to the host server where Docker will be installed.

3. Install Docker (change the path to where you copied the files, and the package names appropriately):

4. Copy and rename the Docker Compose file to /usr/local/bin/docker-compose:

5. Change access permission for docker-compose:

6. Edit /etc/docker/daemon.json. If it does not yet exist, create it:

8. Install GitKraken Self-Hosted - jump to Installation section.

Install GitKraken Self-Hosted

1. Extract GitKrakenEnterpriseServer.zip in a folder of your choosing (all commands in the following instructions will be performed in that folder).

2. Load the images into Docker:

3. Configure what port GitKraken Self-Hosted should run on the host server. By default GitKraken Self-Hosted server will run on port 3000.

You can change the port by opening up the docker-compose.yml file and making a few modifications.
First, find the ports section under gk-enterprise-controller : yaml ports: "3000:3000"

Modify the first 3000 to the desired port For example, to use port 80 change it to:

yml ports: "80:3000"

4. Configure where the GitKraken client releases are stored on your host server. By default the releases folder is set to ./gk-data/release. You can change the location by opening up the docker-compose.yml file and finding the section under gk-enterprise-controller :

and modifying ./gk-data/release to point to another directory on your host server.

GitKraken Stand-Alone is built for teams of 10+ who work in a disconnected development environment. You get all the same core GitKraken features, along with these additional benefits:

  • For use without internet
  • No account creation required
  • No server installation


How to install GitKraken Stand-Alone

There are 3 steps to installing GitKraken Stand-Alone:

    GitKraken Stand-Alone
  1. Install GitKraken
  2. Load .dat license file

1. Download GitKraken Stand-Alone

The GitKraken Stand-Alone clients are available on our downloads page.

If you are unable to access this page, please contact your GitKraken administrator for Stand-Alone client downloads. There is a high probability they have made the files available in a different, internal location.

2. Install GitKraken Stand-Alone

Once you download the client, double click the file to install GitKraken Stand-Alone on your machine.

Below are platform-specific details on minimum requirements.

Windows (.exe file)

  • System requirements: Windows 10

Install Instructions

Double-click the downloaded executable file, and follow the installation instructions.

Data Location

GitKraken data is stored within your home profile in C:\Users\\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).

Mac OS (.dmg file)

  • System requirements: Mac OS X 10.9+ (up to and including OS X El Capitan) / macOS Sierra or later

Install Instructions

Double click the downloaded DMG file and when prompted, drag and drop the GitKraken icon to your Applications folder.

Data Location

GitKraken data is stored in /Users//.gitkraken ==

/.gitkraken . No data is stored outside of user's machine or remote services (GitHub Enterprise, Bitbucket Server, etc).

Linux (.deb and .tar.gz files)

  • System requirements: Ubuntu LTS 16.04 or later

GitKraken has a simple package available for Debian based distributions.

Data Location

GitKraken data is stored in /home//.gitkraken ==

/.gitkraken . No data is stored outside of user's machine or remote services (GitHub Enterprise, Bitbucket Server, etc).

3. Load license file

When you first open GitKraken Stand-Alone, you will be prompted to load the .dat license file.


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


License.dat Location

You can also place your license file directly into certain directory locations for GitKraken to check. Here are all of the locations GitKraken will look:

About GitKraken

En el siguiente artículo vamos a echar un vistazo a GitKraken 2.7. Esta es la actualización más reciente de este programa. Se trata de una herramienta cliente Git que se integra muy bien con GitHub. Con esta herramienta podremos administrar, clonar y crear nuevos repositorios dentro de una interfaz moderna con la ayuda de este sencillo cliente Git.

GitKraken es un cliente Git construido con electrón. Esto permite que se ejecute de forma nativa en Gnu/Linux, Windows y Mac. Esta aplicación es un interesante cliente de Git que ofrece una interfaz moderna con un entorno sólido para trabajar con repositorios que además nos proporciona un conjunto de características básicas.

Al iniciar la aplicación, se recibe al usuario con una ventana principal bien organizada y una interfaz moderna de aspecto oscuro (por defecto). Hay que aclarar que GitKraken también ofrece un tema de interfaz de usuario más ligero, que vendría siendo el más adecuado para entornos muy iluminados.

No le va a hacer falta a nadie pasarse mucho tiempo en el programa para darse cuenta de que esta aplicación está diseñada para ser lo más simple posible. El interfaz de usuario es muy rápido, donde además las transiciones entre los menús son muy suaves.

La creación o clonación de repositorios es sencilla. Al igual que las operaciones para añadir, eliminar o cambiar de nombre, entre otras, las tendrás solo a unos clics de ratón. En esta aplicación, se podrá obtener fácilmente una vista clara del historial. Al hacer clic con el botón secundario del ratón sobre los archivos, se podrá ver todos los cambios en el panel de detalles.

Características generales de GitKraken 2.7

La aplicación nos proporcionará consejos para una mejor interacción con el programa. Se adapta fácilmente al espacio de trabajo del usuario. Cuenta con una herramienta integrada de búsqueda rápida e intuitiva. También se ha incluido soporte para funciones de deshacer y rehacer de un solo clic.

Proporciona compatibilidad con varios perfiles. Se integra a la perfección con las cuentas de usuarios de GitHub, GitLab o Bitbucket.

En esta versión del programa, se ha arreglado el problema con en el que en anteriores versiones solían bloquearse al intentar analizar mensajes vacíos de reflog.

Hay que señalar que GitKraken todavía está en una etapa de desarrollo bastante joven. Según se ha informado, se implementarán en un futuro próximo nuevas características. Aunque existen planes para la implementación futura de soporte para sub-módulos, por el momento la aplicación tiene limitaciones en la separación de sub-proyectos o bibliotecas externas.

Su simplicidad general podría dejar a algunos usuarios avanzados con ganas de más, pero los usuarios principiantes somos realmente los que más nos podremos beneficiar con el uso de GitKraken.

Nota: La aplicación nos ofrece versiones FREE y PRO. La versión gratuita es para fines no comerciales. La versión PRO tiene características más atractivas, como suele ser habitual.

Instalación de GitKraken 2.7 en Ubuntu (x)64

Puedes descargar el archivo necesario desde su página web. Después solo habrá que descomprimirlo y moverlo al directorio /opt/. A continuación solo tendremos que acceder al directorio y lanzar el programa. Para realizar todas estas acciones, abre una terminal (Ctrl+Alt+T) y utiliza los siguiente comandos.

Si decides utilizar mejor el archivo .deb, puedes descargarte el paquete .deb desde la sección descargas de la página web del proyecto. Cuando lo tengas en tu poder, instálalo mediante el Centro de Software o abre una terminal y escribe en ella algo como lo siguiente

GitKraken

Una vez terminada la instalación, el programa nos va a pedir que iniciemos sesión utilizando las credenciales de GitHub o del mismo programa. Para mayor comodidad de uso, la aplicación nos va a permitir configurar las claves SSH para cada servicio. Esto que ayudará a que permanezcamos conectados al servicio.

Desinstalación de GitKraken 2.7

Para desinstalar GitKraken de nuestro Ubuntu, en caso de que nos lo hubiésemos descargado solo tendremos que escribir en una terminal (Ctrl+Alt+T) algo como lo siguiente.

Si por el contrario nos decidimos a instalar el archivo .deb. Tendrás que desinstalar el programa utilizando la siguiente secuencia de órdenes en una terminal (Ctrl+Alt+T)

El contenido del artículo se adhiere a nuestros principios de ética editorial. Para notificar un error pincha aquí.

Ruta completa hacia el artículo: Ubunlog » Ubuntu » GitKraken 2.7, cliente git construido con electrón para Ubuntu

О GitKraken

В следующей статье мы рассмотрим GitKraken 2.7. Это последнее обновление для этой программы. Это Клиентский инструмент Git который очень хорошо интегрируется с GitHub. С помощью этого инструмента мы можем управлять, клонировать и создавать новые репозитории в современном интерфейсе с помощью этого простого клиента Git.

GitKraken - это Клиент Git, созданный с помощью электронов. Это позволяет запускать его изначально на Gnu / Linux, Windows и Mac.Это приложение представляет собой интересный клиент Git, который предлагает современный интерфейс с надежной средой для работы с репозиториями, которая также предоставляет нам набор основных функций.

При запуске приложения пользователь встречает хорошо организованное главное окно и современный интерфейс темный (по умолчанию). Следует отметить, что GitKraken также предлагает более легкую тему пользовательского интерфейса, которая больше всего подходит для очень легких сред.

Никому не нужно тратить много времени на шоу, чтобы понять, что это приложение разработано, чтобы быть максимально простым. Пользовательский интерфейс очень быстрый, а переходы между меню очень плавные.

Создать или клонировать репозитории легко. Как и операции по добавлению, удалению или изменению имени, среди прочего, вы получите их всего несколькими щелчками мыши. В этом приложении вы легко можете получить ясный взгляд на историю. Щелкнув файлы правой кнопкой мыши, вы сможете увидеть все изменения на панели сведений.

GitKraken 2.7 Общие характеристики

Приложение предоставит нам советы по более эффективному взаимодействию с программой. Он легко адаптируется к рабочему пространству пользователя. Имеет встроенный инструмент для быстрый и интуитивно понятный поиск. Также была включена поддержка отмены и повтора одним щелчком мыши.

Обеспечивает поддержку нескольких профилей. Он легко интегрируется с учетными записями пользователей из GitHub, GitLab или Bitbucket.

Следует отметить, что GitKraken все еще находится на довольно молодой стадии разработки. Сообщается, что в ближайшем будущем появятся новые функции. Хотя есть планы на будущую реализацию поддержки подмодулей, на данный момент приложение имеет ограничения на разделение подпроектов или внешних библиотек.

Его общая простота может заставить некоторых опытных пользователей захотеть большего, но именно новички могут извлечь максимальную выгоду из использования GitKraken.

примечание: Приложение предлагает нам БЕСПЛАТНАЯ и ПРО версии. Бесплатная версия предназначена для некоммерческих целей. Версия PRO, как всегда, имеет более привлекательные функции.

Установка GitKraken 2.7 на Ubuntu (x) 64

Вы скачать необходимый файл с вашего сайта. Затем вам просто нужно разархивировать его и переместить в каталог / opt /. Тогда нам останется только получить доступ к каталогу и запустить программу. Чтобы выполнить все эти действия, откройте терминал (Ctrl + Alt + T) и используйте следующие команды.

Если вы решили лучше использовать .deb файл, вы можете скачать пакет .deb из раздела загрузок с сайта проекта. Когда он у вас будет, установите его через Центр программного обеспечения или откройте терминал и введите в него что-то вроде следующего

GitKraken

После завершения установки программа попросит нас войти в систему, используя GitHub или учетные данные программы. Для большей простоты использования приложение позволит нам настроить ключи SSH для каждой службы. Это поможет нам оставаться на связи с сервисом.

Удаление GitKraken 2.7

Чтобы удалить GitKraken из нашего Ubuntu, в случае, если мы его загрузили, нам нужно будет только написать что-то вроде следующего в терминале (Ctrl + Alt + T).

Если наоборот решим установить файл .deb. Вам нужно будет удалить программу, используя следующую последовательность команд в терминале (Ctrl + Alt + T)

Содержание статьи соответствует нашим принципам редакционная этика. Чтобы сообщить об ошибке, нажмите здесь.

Полный путь к статье: Убунлог » Ubuntu » GitKraken 2.7, клиент git, созданный с помощью электронов для Ubuntu

Читайте также: