Skip to content

Commit

Permalink
Merge pull request #37 from jumpserver/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Halo1236 authored Jan 29, 2024
2 parents 18e9b2b + bf22555 commit 0e1e2d5
Show file tree
Hide file tree
Showing 23 changed files with 289 additions and 166 deletions.
110 changes: 59 additions & 51 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,51 +1,59 @@
# Jumpserve Client

JumpServer 客户端,支持本地本地客户端拉起。
## 概览

![windows](static/windows.png)

## 安装

### Mac

下载Mac安装包,安装JumpServer.dmg并将JumpServer.app放入Applications中,双击打开JumpServer.app完成自定义协议。

### Win

下载Win安装包,双击JumpServer安装包文件(需要等待10几秒钟)。

### Linux

下载Linux安装包,双击Deb安装包文件,打开安装包管理器进行安装。或者使用命令进行安装
```
sudo dpkg -i <package_file>
```


## 卸载

### Windows

控制面板直接卸载即可。

### Mac

移除JumpServer.app。

### Linux

点击打开软件管理器进行卸载。或者使用命令进行卸载
```
sudo dpkg --purge <package_file>
```

## 打包

- [打包方法](https://github.com/jumpserver/apps/blob/master/README_PACK.md)

## 参考

- [浏览器拉起app原理](https://juejin.cn/post/6844903989155217421)
- [Linux浏览器拉起app原理](https://medium.com/swlh/custom-protocol-handling-how-to-8ac41ff651eb)
- [刘正的JumpClient](https://github.com/liuzheng/jumpClient)
# Jumpserve Client

JumpServer client, supports local client pull up.

English | [中文](README_CN.md)

## Overview

![windows](static/windows_EN.png)

## Install

### Mac

Download the Mac installation package, install JumpServer.dmg and put JumpServer.app into Applications. Double-click to open JumpServer.app to complete the custom protocol.


### Win

Download the Win installation package and double-click the JumpServer installation package file (you need to wait for 10 seconds).


### Linux

Download the Linux installation package, double-click the Deb installation package file, and open the installation package manager to install it. Or install it using the command

```
sudo dpkg -i <package_file>
```


## uninstall

### Windows

Just uninstall the control panel directly.


### Mac

Remove JumpServer.app.


### Linux

Click to open Software Manager to uninstall. Or use the command to uninstall

```
sudo dpkg --purge <package_file>
```


## package

- [packaging scheme](https://github.com/jumpserver/apps/blob/master/README_PACK.md)
54 changes: 54 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Jumpserve Client

JumpServer 客户端,支持本地本地客户端拉起。

中文 | [English](README.md)

## 概览

![windows](static/windows_CN.png)

## 安装

### Mac

下载Mac安装包,安装JumpServer.dmg并将JumpServer.app放入Applications中,双击打开JumpServer.app完成自定义协议。

### Win

下载Win安装包,双击JumpServer安装包文件(需要等待10几秒钟)。

### Linux

下载Linux安装包,双击Deb安装包文件,打开安装包管理器进行安装。或者使用命令进行安装
```
sudo dpkg -i <package_file>
```


## 卸载

### Windows

控制面板直接卸载即可。

### Mac

移除JumpServer.app。

### Linux

点击打开软件管理器进行卸载。或者使用命令进行卸载
```
sudo dpkg --purge <package_file>
```

## 打包

- [打包方法](https://github.com/jumpserver/apps/blob/master/README_PACK.md)

## 参考

- [浏览器拉起app原理](https://juejin.cn/post/6844903989155217421)
- [Linux浏览器拉起app原理](https://medium.com/swlh/custom-protocol-handling-how-to-8ac41ff651eb)
- [刘正的JumpClient](https://github.com/liuzheng/jumpClient)
58 changes: 0 additions & 58 deletions README_EN.md

This file was deleted.

Loading

0 comments on commit 0e1e2d5

Please sign in to comment.