Skip to content

Commit

Permalink
Merge pull request #238 from shi82421/dev
Browse files Browse the repository at this point in the history
i - l revision
  • Loading branch information
qiaofeng1227 authored Sep 5, 2024
2 parents 003a8ac + 86f157a commit 1ac1f7e
Show file tree
Hide file tree
Showing 15 changed files with 79 additions and 81 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import Meta from './_include/influxdb.md';

### Initial setup{#wizard}

1. When completed installation of InfluxDB at Websoft9 console, get the applicaiton's overview and access information from **My Apps**
1. When completing the installation of InfluxDB in the Websoft9 console, get the applicaiton's overview and access information from **My Apps**

2. Create organizations, users, and buckets according to the installation wizard, and click **Get Started** to enter the dashboard and start using them
2. Create organizations, users, and buckets as instructed by the installation wizard, and click **Get Started** to enter the dashboard and begin using them

## Configuration options{#configs}

Expand All @@ -27,7 +27,7 @@ import Meta from './_include/influxdb.md';

- Container configuration file: */etc/influxdb2/config.yml*
- Container environment variables
- Command in docker-compose.yml file (highest priority)
- Command in the docker-compose.yml file (highest priority)

## Administer{#administrator}

Expand Down
16 changes: 8 additions & 8 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/jellyfin.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ import Meta from './_include/jellyfin.md';

### Initial setup{#wizard}

1. When completed installation of Jellyfin at Websoft9 console, get the applicaiton's overview and access information from **My Apps**
1. When completing the installation of Jellyfin in the Websoft9 console, get the applicaiton's overview and access information from **My Apps**

2. Access Jellyfin install wizard and create a user and password
2. Access the Jellyfin installation wizard and create a user and password

3. At set up your media library step, the **path** seleted for `/media`
3. At the "set up your media library" step, select `/media` as the path

4. Complete other steps
4. Complete the remaining steps

### Add Music files

1. Upload your music files to diretory which named mounted for container `/media`
1. Upload your music files to the directory named and mounted for the container at `/media`

2. Waiting for Jellyfin automatically scanning or manual scanning it
2. Wait for Jellyfin to automatically scan or manually scan the files

## Configuration options{#configs}

- Multilingual(✅): You can select languages during initial installation
- Media directory: Jellyfin container media directory is `/media` and named mount to Server, you can get the path from **My Apps** of Websoft9 console
- Multilingual(✅): You can select languages during the initial installation
- Media directory: The Jellyfin container media directory is `/media` and it is mounted to the server. You can find the path in the `My Apps` section of the Websoft9 console.

## Administer{#administrator}

Expand Down
22 changes: 11 additions & 11 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,39 +16,39 @@ import Meta from './_include/jenkins.md';

### Initial setup{#wizard}

1. When completed installation of Jenkins at Websoft9 console, get the applicaiton's overview and access information from **My Apps**
1. When completing the installation of Jenkins in the Websoft9 console, get the applicaiton's overview and access information from **My Apps**

2. Access the initialization page, Jenkins prompts to unlock
2. Access the initialization page, Jenkins will prompt you to unlock it
![](./assets/jenkins-installstart-websoft9.png)

3. Access jenkins container, and run below command to get unlock password
3. Access the Jenkins container and run the following command to retrieve the unlock password

```
cat /var/jenkins_home/secrets/initialAdminPassword
```

4. After successful login, complete the following steps: installing plugins, creating administrators, etc
4. After successfully logging in, complete the following steps: install plugins, create administrators, etc

5. Go to Jenkins Console and start using it
5. Go to the Jenkins Console and start using it
![](./assets/jenkins-backend-websoft9.png)

### Github + Jenkins automatic construction

The following is a task to help users quickly get started by using Jenkins to automatically build and deploy projects on Github:
The following steps will help you quickly get started with Jenkins to automatically build and deploy projects on GitHub:

1. Set **Personal access tokens** in GitHub for Jenkins connection
1. Set up **Personal access tokens** in GitHub for Jenkins connection

2. Ensure that the Github plugin is installed and enabled in Jenkins

3. Create a job at Jenkins, set the source code from Github, and set the triggering strategy
3. Create a job in Jenkins, configure the source code repository from GitHub, and set the triggering strategy

## Configuration options{#configs}

- Install and manage plugins: **Manage Jenkin > Plugins**

- [Multilingual](https://www.jenkins.io/doc/book/using/using-local-language/)(✅)

- SMTP: Install Jenkins plugin [Email Extension](https://plugins.jenkins.io/email-ext/), then **Manage Jenkins > Configure System**
- SMTP: Install the Jenkins plugin [Email Extension](https://plugins.jenkins.io/email-ext/), then configure it in **Manage Jenkins > Configure System**

- [Jenkins CLI](https://www.jenkins.io/zh/doc/book/managing/cli/)
```
Expand All @@ -60,10 +60,10 @@ The following is a task to help users quickly get started by using Jenkins to au
curl JENKINS_URL/job/JOB_NAME/buildWithParameters --user USER:TOKEN --data id=123 --data verbosity=high
```

- Online upgrade(✅): When there is an update, the backend will prompt and you can update and upgrade online through the backend
- Online upgrade(✅): When an update is available, the backend will prompt you, allowing you to update and upgrade online through the backend

## Administer{#administrator}

- Backup and Recovery: [Backup plugin](https://plugins.jenkins.io/backup/) provides backup and recovery capabilities for Jenkins.
- Backup and Recovery: The [Backup plugin](https://plugins.jenkins.io/backup/) provides backup and recovery capabilities for Jenkins.

## Troubleshooting{#troubleshooting}
26 changes: 12 additions & 14 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/joomla.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,36 @@ import Meta from './_include/joomla.md';

### Login Verification{#verification}

1. Completed installation Joomla at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
1. After completing the installation of Joomla in the Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**

2. Login to Joomla backend
2. Log in to the Joomla backend

![](./assets/joomla-system-websoft9.png)

### Install template{#template}

Joomla's template installation is mainly achieved by uploading template installation packages:
Joomla template installation is primarily done by uploading template installation packages:

1. Prepare the template installation package(.zip file), as the Joomla kernel cannot be packaged in the template
1. Prepare the template installation package(a .zip file), as the Joomla kernel cannot be included in the template package

2. Joomla backend: **System > Install > extensions** to enter the extension management interface
2. In the Joomla backend, navigate to **System > Install > extensions** to access the extension management interface

3. Choose the upload package file method for installation

4. **System > Templates** Management Template
4. Manage templates by going to **System > Templates**.


## Configuration options{#configs}

- [Joomla Extensions](https://extensions.joomla.org/): Joomla backend **System > Install > Extensions** access the extension management page, install extensions from Web
- [Joomla Extensions](https://extensions.joomla.org/): In the Joomla backend, go to **System > Install > Extensions** to access the extension management page and install extensions from the Web

- SMTP(✅): Backend **System > Global Configuration > Server > Mail > Mailer**, server email type selection `SMTP`

- Multilingual(✅): Install the language in the backend **System > Install > Languages**, and select your language
- SMTP(✅): In the backend, navigate to **System > Global Configuration > Server > Mail > Mailer** and select `SMTP` for the server email type

- Multilingual(✅)
- Joomla backend **System > Install > Languages** to install lanuages
- Joomla backend **Edit Profile > Basic Settings** select the language for the frontend and backend
- Install languages in the backend by going to **System > Install > Languages**.
- Select your language in the Joomla backend under **Edit Profile > Basic Settings** for both frontend and backend.

- Cache: Backend **System > Maintenance > Clear Cache**
- Cache: Clear the cache in the backend by going to **System > Maintenance > Clear Cache**

- Configuration file: */path/configuration.php*

Expand All @@ -59,6 +57,6 @@ Joomla's template installation is mainly achieved by uploading template installa

## Administer{#administrator}

- Online backup: By Joomla extension [Akeeda](https://www.akeebabackup.com/download.html)
- Online backup: Use the Joomla extension [Akeeda Backup](https://www.akeebabackup.com/download.html) for online backup and recovery

## Troubleshooting{#troubleshooting}
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import Meta from './_include/jupyterhub.md';

### Login Verification{#verification}

1. Completed installation JupyterHub at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
1. After completing the installation of JupyterHub in the Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**

2. Starting to verify it
2. Begin verification

## Configuration options{#configs}

- Multiple users(✅): Access the container and run command `adduser your_username` to create it
- Multiple users(✅): Access the container and run the command `adduser your_username` to create additional users

## Administer{#administrator}

Expand Down
4 changes: 2 additions & 2 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install the [Redpanda Console](./redpandaconsole) from the **Websoft9 App Store*

## Configuration options{#configs}

- Authentication and Authorization Control: Kafka mirrors supports various authentication and authorization mechanisms, which need to be configured manually.
- Authentication and Authorization Control: Kafka mirrors support various authentication and authorization mechanisms, which need to be configured manually.
- Custom Configuration: It is recommended to set up through environment variables.
- CLI
```
Expand All @@ -34,7 +34,7 @@ Install the [Redpanda Console](./redpandaconsole) from the **Websoft9 App Store*

## Administer{#administrator}

Refer to: [Bitnami Kafka Docs](https://github.com/bitnami/containers/tree/main/bitnami/kafka)
Refer to the [Bitnami Kafka Docs](https://github.com/bitnami/containers/tree/main/bitnami/kafka) for additional information

## Troubleshooting{#troubleshooting}

Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import Meta from './_include/kasmweb.md';

### Initial setup{#wizard}

1. When completed installation of Kasm Workspaces at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
1. After completing the installation of Kasm Workspaces in the **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**

2. Complete the install wizard step by step

## Configuration options{#configs}

- Chinese direct input: does not support direct input, need to pass through the clipboard
- Chinese direct input: Direct input in Chinese is not supported; you will need to use the clipboard for text input.

## Administer{#administrator}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import Meta from './_include/kaspersky.md';

### Initial setup{#wizard}

1. When completed installation of Kaspersky at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
1. After completing the installation of Kaspersky in the **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**

2. Access Kaspersky container, start virus protection scanning
2. Access the Kaspersky container and start a virus protection scan by running the following command:
```
/root/start.sh scan
```
Expand All @@ -26,4 +26,4 @@ import Meta from './_include/kaspersky.md';

## Administer{#administrator}

## Troubleshooting{#troubleshooting}
## Troubleshooting{#troubleshooting}
12 changes: 6 additions & 6 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/kibana.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ import Meta from './_include/kibana.md';

### Connecting to Elasticsearch{#wizard}

After installing Kibana in the Websoft9 console, view the application details through **My Applications** and get the login information in the **Access**.
After installing Kibana in the Websoft9 console, view the application details through **My Applications** and get the login information from **Access**.

1. Prepare Elasticsearch Enrollment Token and account password information in advance.
1. Prepare the Elasticsearch Enrollment Token and account password information in advance.

2. Login Kibana's initialization interface and enter [Elasticsearch Enrollment Token](./elasticsearch#token) information for verification (required for first-time login)
2. Log in to Kibana's initialization interface and enter the [Elasticsearch Enrollment Token](./elasticsearch#token) information for verification (required for first-time login)

3. After authentication, a screen will appear asking for a username and password.
3. After authentication, a screen will prompt you for a username and password.

4. After verifying the username and password, you can access the visualization console.
4. After verifying the username and password, you will be able to access the visualization console.

## Configuration options{#configs}
- The [configuration entry](https://www.elastic.co/guide/en/kibana/current/settings.html) of kibana.yml has a [transformational relationship](https://www.elastic.co/guide/en/kibana/current/docker.html#environment-variable-config) with the image environment.
- The [configuration entry](https://www.elastic.co/guide/en/kibana/current/settings.html) in kibana.yml has a [transformational relationship](https://www.elastic.co/guide/en/kibana/current/docker.html#environment-variable-config) with the image environment.
## Administer{#administrator}

## Troubleshooting{#troubleshooting}
10 changes: 5 additions & 5 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/knowage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ import Meta from './_include/knowage.md';

### Login verification{#verification}

1. Completed installation Knowage at **Websoft9 console**, get the applicaiton's overview and get login information in the **Access**.
1. After completing the Knowage installation in the **Websoft9 console**, get the applicaiton's overview and login information from **Access**.

2. Wait for 3-6 minutes until Knowage started and you can access it using your local computer's browser to login.
2. Wait for 3-6 minutes until Knowage has fully started. You can then access it using your local computer's browser to log in.
![](./assets/knowage-login-websoft9.png)

3. Login your account and password to login to the Knowage backend.
3. Log in with your account and password to access the Knowage backend.
![](./assets/knowage-backend-websoft9.png)

### Data Modeling and Analysis
Expand All @@ -30,8 +30,8 @@ Basic steps: **connect to data source > data modeling > data configuration > dat

- [Knowage API](https://knowage.docs.apiary.io)
- Multilingual (✅.) : Chinese is not included
- Change Password: select **Background Profile Management > Users Management** Change Password
- Configuration: select **Background Server Settings > Configuration Management** Configure Knowage
- Change Password: Go to **Background Profile Management > Users Management** to change your password
- Configuration: Go to **Background Server Settings > Configuration Management** to configure Knowage

## Administer{#administrator}

Expand Down
10 changes: 5 additions & 5 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/kodbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ import Meta from './_include/kodbox.md';

### Login Verification{#verification}

1. Completed installation KodBox at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**
1. After completing the installation of KodBox in the Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**

2. Access the KodBox URL, the first step is create administrator account, then login to the KodBox console
2. Access the KodBox URL. The first step is to create an administrator account, then log in to the KodBox console
![](./assets/kodbox-backend-websoft9.png)

## Enterprise Edition

The Community Edition of kodbox adopts the GPLV3 License, supporting 10 users and 1 department.
The Community Edition of kodbox is licensed under GPLv3, supporting up to 10 users and 1 department.

Websoft9 is KodBox's Enterprise Edition partner, and purchasing the Enterprise Edition through Websoft9 can bring more value:
As Websoft9 is a partner of KodBox's Enterprise Edition, purchasing through Websoft9 offers additional benefits:

- More favorable discounts
- More integrated technical services with cloud storage systems, cloud storage, and more
- Enhanced technical services, including integration with cloud storage systems, and more
- More comprehensive solutions

## Configuration options{#configs}
Expand Down
6 changes: 3 additions & 3 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/koishi.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import Meta from './_include/koishi.md';

### Chat test {#test}

1. Koishi console page,select **沙盒 > 添加用户** to add a user
1. In the Koishi console page, select **Sandbox > Add User** to add a user

2. Type `help` to get a chat response
2. Type `help` to receive a chat response

## Configuration options{#configs}

- Plugin (✅)
- Command: Add by **command** command
- Command: Add users by using the **command**
## Administer{#administrator}

## Troubleshooting{#troubleshooting}
Expand Down
Loading

0 comments on commit 1ac1f7e

Please sign in to comment.