mirror of https://github.com/jumpserver/jumpserver
Update README.md
parent
02750e56d9
commit
10435788bc
28
README.md
28
README.md
|
@ -43,7 +43,6 @@ _[To-do]: Need to design the graphics._
|
||||||
- [`11` Ticket Management](#11-ticket-management) [![][version-ee-shield-badge]][official-website-en-link]
|
- [`11` Ticket Management](#11-ticket-management) [![][version-ee-shield-badge]][official-website-en-link]
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
- [Contact](#contact)
|
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
####
|
####
|
||||||
|
|
||||||
|
@ -106,7 +105,7 @@ JumpServer supports multiple installation methods to cater to diverse user scena
|
||||||
|
|
||||||
See documentation: https://docs.jumpserver.org/zh/v3/
|
See documentation: https://docs.jumpserver.org/zh/v3/
|
||||||
|
|
||||||
### `1` Online
|
#### `1` Online
|
||||||
Ideal for users with internet access, this method involves downloading installation scripts or packages directly from the internet. It ensures easy access to the latest updates and dependencies during installation.
|
Ideal for users with internet access, this method involves downloading installation scripts or packages directly from the internet. It ensures easy access to the latest updates and dependencies during installation.
|
||||||
|
|
||||||
Quick installation of JumpServer in just two steps:
|
Quick installation of JumpServer in just two steps:
|
||||||
|
@ -118,18 +117,18 @@ Quick installation of JumpServer in just two steps:
|
||||||
curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash
|
curl -sSL https://github.com/jumpserver/jumpserver/releases/latest/download/quick_start.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### `2` Offline
|
#### `2` Offline
|
||||||
Suited for environments without internet connectivity, this method allows users to download all necessary installation files and dependencies beforehand. It ensures seamless installation even in isolated or restricted network environments.
|
Suited for environments without internet connectivity, this method allows users to download all necessary installation files and dependencies beforehand. It ensures seamless installation even in isolated or restricted network environments.
|
||||||
|
|
||||||
Download offline package: https://community.fit2cloud.com/#/products/jumpserver/downloads
|
Download offline package: https://community.fit2cloud.com/#/products/jumpserver/downloads
|
||||||
|
|
||||||
### `3` Kubernetes (K8s)
|
#### `3` Kubernetes (K8s)
|
||||||
JumpServer supports installation on Kubernetes clusters. You can deploy JumpServer as containerized applications on Kubernetes, leveraging the scalability and management features of Kubernetes for running JumpServer.
|
JumpServer supports installation on Kubernetes clusters. You can deploy JumpServer as containerized applications on Kubernetes, leveraging the scalability and management features of Kubernetes for running JumpServer.
|
||||||
|
|
||||||
### `4` All-in-One
|
#### `4` All-in-One
|
||||||
This method provides a simplified installation process where all components of JumpServer are installed on a single server or machine. It's suitable for small-scale deployments or testing purposes where separate component deployment is not required.
|
This method provides a simplified installation process where all components of JumpServer are installed on a single server or machine. It's suitable for small-scale deployments or testing purposes where separate component deployment is not required.
|
||||||
|
|
||||||
### `5` Enterprise Edition Trial
|
#### `5` Enterprise Edition Trial
|
||||||
JumpServer offers a trial version of its enterprise edition, allowing users to test out the enterprise features and functionalities before committing to a full deployment. This trial version typically comes with limited duration or features to provide a glimpse of the capabilities of the enterprise edition.
|
JumpServer offers a trial version of its enterprise edition, allowing users to test out the enterprise features and functionalities before committing to a full deployment. This trial version typically comes with limited duration or features to provide a glimpse of the capabilities of the enterprise edition.
|
||||||
|
|
||||||
Each installation method caters to different use cases and deployment scenarios, offering flexibility and options for users based on their requirements and infrastructure setup.
|
Each installation method caters to different use cases and deployment scenarios, offering flexibility and options for users based on their requirements and infrastructure setup.
|
||||||
|
@ -163,9 +162,24 @@ Applying for the Enterprise Edition: https://jumpserver.org/enterprise.html
|
||||||
### `11` Ticket Management
|
### `11` Ticket Management
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Welcome to submit PR to contribute. Please refer to CONTRIBUTING.md for guidelines.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
## Contact
|
JumpServer is a secure product. Please refer to the Basic Security Recommendations for installation and deployment. If you encounter any security-related issues, please contact us directly:
|
||||||
|
|
||||||
|
Email: support@fit2cloud.com
|
||||||
|
Phone: 400-052-0755
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Copyright (c) 2014-2024 飞致云 FIT2CLOUD, All rights reserved.
|
||||||
|
|
||||||
|
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an " AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- JumpServer official link -->
|
<!-- JumpServer official link -->
|
||||||
[official-website-en-link]: https://jumpserver.org/
|
[official-website-en-link]: https://jumpserver.org/
|
||||||
|
|
Loading…
Reference in New Issue