mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
93 lines
3.9 KiB
Django/Jinja
93 lines
3.9 KiB
Django/Jinja
# {{ trademark }} Cloud Installer
|
||
|
||
![](https://libs.websoft9.com/common/websott9-cloud-installer.png)
|
||
|
||
## Introduction
|
||
|
||
[English](/README.md) | [简体中文](/README-zh.md)
|
||
|
||
**{{ trademark }} Cloud Installer**, developed by [Websoft9](https://www.websoft9.com), is an automatic installation program of [{{ trademark }}]({{ official_url}}) based on Ansible and shell. It helps user install {{ trademark }} and pre-configure required items automatically and users only need to run a command on Linux. It simplifies the complicated installation and initialization process.
|
||
|
||
{% if introduction_extra is defined -%}
|
||
{{introduction_extra.en}}
|
||
{% endif -%}
|
||
|
||
## System Requirement
|
||
|
||
System Requirement to install this repository are as following:
|
||
|
||
| Conditions | Details | Notes |
|
||
| ------------------- | --------------------------------| -------------------- |
|
||
| Operating System | {{support_os }} | Optional |
|
||
| Public Cloud | AWS, Azure, Alibaba Cloud, HUAWEI ClOUD, Tencent Cloud | Optional |
|
||
| Private Cloud | KVM, VMware, VirtualBox, OpenStack | Optional |
|
||
| Server Configuration | vCPU no less than {{requirements_cpu}} core, Memory no less than {{requirements_memory}} GIB, Storage no less than {{requirements_disk}} GB, Swap no less than {{requirements_swap}}GB |Bandwidth no less than {{requirements_Bandwidth}}M|
|
||
|
||
To learn more information, please view [Installation & Configuration]({{requirements_configure_url}}).
|
||
|
||
## Ecosystem
|
||
|
||
Core components of this repository: {{ components }}
|
||
|
||
{% if components_extra is defined -%}
|
||
{{components_extra.en}}
|
||
{% endif -%}
|
||
|
||
Learn more about [Parameters](/docs/stack-components.md).
|
||
|
||
## Installation
|
||
|
||
You can install it by thi Cloud Installer solution all in one. In addition, you can deploy image published on major Cloud Platform by Websoft9.
|
||
|
||
#### All-in-one Installer
|
||
|
||
Run the automatic installation script with **root** authority to start the installation. If necessary, users need to make interactive choices, and then wait patiently until the installation is successful.
|
||
|
||
```
|
||
$ sudo su -
|
||
$ wget -N https://raw.githubusercontent.com/Websoft9/ansible-linux/main/scripts/install.sh; bash install.sh -r {{ name }}
|
||
```
|
||
|
||
If the network is broken or blocked, SSH will be interrupted and the installation will fail. Please reinstall.
|
||
|
||
#### Image on Cloud
|
||
|
||
Follow our [{{ trademark }} image](https://apps.websoft9.com/{{ name }}) for installation on major Cloud Platform.
|
||
|
||
## Documentation
|
||
|
||
**[Administrator Guide](https://support.websoft9.com/docs/{{ name }})**
|
||
|
||
## License
|
||
|
||
[LGPL-3.0](/License.md), Additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform's Marketplace.
|
||
|
||
Copyright (c) 2016-present, Websoft9
|
||
|
||
This program provided by Websoft9 contains a series of software with separate copyright notices and license terms. Your use of the source code for the software included is subject to the terms and conditions of its own license.
|
||
|
||
## FAQ
|
||
|
||
#### How to install and view the latest release?
|
||
|
||
This repository install way is {{install_way.en}}, you can view the version from [Official URL]({{install_url}}).
|
||
We will check [Release version](https://github.com/Websoft9/ansible-{{name}}/releases) regularly. Update and test this project to ensure that users can successfully install the required version of {{trademark}}.
|
||
|
||
{% if release_extra is defined -%}
|
||
{{release_extra.en}}
|
||
{% endif -%}
|
||
|
||
#### Can I run this repository on Ansible Tower?
|
||
|
||
Yes.
|
||
|
||
#### Although the results of the deploy by image are consistent with the results of deploy by script, what is the difference between the two deployment methods?
|
||
|
||
Suggest you read the document [Deploy by Image vs Deploy by Script](https://support.websoft9.com/docs/faq/bz-product.html#deployment-comparison).
|
||
|
||
{% if faqs is defined -%}
|
||
{% for faq in faqs.en -%}
|
||
#### {{faq.question}}
|
||
{{faq.answer}}
|
||
{% endfor -%}
|
||
{% endif -%} |