User Manual

06.20.2025

MANUAL

Install KVS

## Overview To use KVS, you need to configure KVS. This page explains the procedure for installing "Redis" on Azure, Windows, and Linux (Ubuntu) as an example. Please refer to the procedure according to your environment. ## Limitations 1. If you use SSL connection locally, you will need to configure a separate utility. 1. Currently, only Redis has been confirmed to work. If you use a database application other than Redis, please note that unexpected behavior may occur. ## Operation Procedure Please refer to the following procedure according to your environment. [Procedure for installing "Redis" on Azure App Service](#section1) [Procedure for installing "Redis" on Windows](#section2) [Procedure for installing "Redis" on Ubuntu](#section3) <a id="section1"></a> <br> ## Procedure for installing "Redis" on Azure App Service 1. Open "Azure Cache for Redis" from the Azure search box. ![image](https://pleasanter.org/binaries/df66d2b809754a06a02c4e24d7bd51d9) 1. Click "Create" in the upper left of the "Azure Cache for Redis" screen. ![image](https://pleasanter.org/binaries/b6560d102ffa44029bc540669d7781b7) 1. Set the "Subscription" and "Resource Group" created when installing Pleasanter. Set the "DNS Name", "Location", "Cache SKU", and "Cache Size" to any value. Click "Next: Network". ![image](https://pleasanter.org/binaries/54e913c2dcae4f51a676d1e0aab20c5f) 1. Set "Network Connection". Click "Next: Advanced". ![image](https://pleasanter.org/binaries/c68181d37b734e1d90a39eda950957fc) 1. Set "Details". Click "Next: Tags". ![image](https://pleasanter.org/binaries/dd807434f71140c99d8ec9a1818512ab) 1. Set "Tags" as desired. Click "Next: Review and Create". ![image](https://pleasanter.org/binaries/e2744edcfacc4a349106b54440b2421f) 1. Click "Create". ![image](https://pleasanter.org/binaries/128093e68cc94134b885776ff7dd4603) 1. Wait for the deployment to proceed. ![image](https://pleasanter.org/binaries/34347f46830e4560954935241c3c20f7) 1. After the deployment is complete, restart the instance in App Service. <a id="section2"></a> <br> ## Steps to install "Redis" on Windows 1. Download the latest version of the .msi file from Microsoft's [Redis release page](https://github.com/MicrosoftArchive/redis/releases) on Github. ![image](https://pleasanter.org/binaries/5bdef4a6525746568a5189390f4dc21b) 1. Open Explorer and launch the downloaded .msi file. 1. Click "Next". ![image](https://pleasanter.org/binaries/6b79b82bff8b458fb72f586f389bc15e) 1. Agree to the license and click "Next". ![image](https://pleasanter.org/binaries/d43213517f7c420c90b90bd5bd2aa3ec) 1. Set the location where you want to place Redis and click "Next". ![image](https://pleasanter.org/binaries/fcaae5df05a74aa2887af74955a54813) 1. Set the default port number, check the checkbox and click "Next". ![image](https://pleasanter.org/binaries/7f3916991ae04a0da7a266664875ff9c) 1. Click "Next". ![image](https://pleasanter.org/binaries/f4278e27d1864845b338f0c4981b3445) 1. Click "Install". ![image](https://pleasanter.org/binaries/9c3215021caf4bae80865e9e1c770bad) 1. When the installation is complete, click "Finish" to close the screen. ![image](https://pleasanter.org/binaries/64aa278170e94cb9a2837e257dc268ba) <a id="section3"></a> <br> ## Steps for installing "Redis" on Ubuntu 1. Run the following command to update the package information. ``` sudo apt update ``` 1. Run the following command to install Redis. ``` sudo apt install redis-server ``` 1. Open /etc/redis/redis.conf with any text editor and edit the following settings. ``` # Note: these supervision methods only signal "process is ready." # They do not enable continuous liveness pings back to your supervisor. supervised systemd ``` 1. Run the following command to restart Redis and reflect the settings. ``` sudo systemctl restart redis.service ```
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.