Cypher's ghost
  • Home
  • Tag
  • Author
  • Help
Subscribe
Tagged

Redis

A collection of 2 posts

Redis Cluster with Docker
Redis

Redis Cluster with Docker

前言:超麻煩der 環境:Ubuntu 20.04 on NUC i7 創建目錄(開一個project「redis-cluster」) mkdir -p /your_project_root_path/redis-cluster 切換至指定目錄 cd /your_project_root_path/redis-cluster/ 編寫 redis-cluster.tmpl 配置文件 vim redis-cluster.tmpl 配置文件 redis-cluster.tmpl 內容 port ${PORT} requirepass your_redis_password_here masterauth your_redis_password_here protected-mode

  • Cypher Lockhart
Cypher Lockhart May 30, 2021 • 5 min read
Laravel開發環境設置 with Ubuntu 18.04
composer

Laravel開發環境設置 with Ubuntu 18.04

Read Time:24 Second Install Composer ~# apt update ~# apt install composer For Laravel require ~# apt install php-bcmath ~# apt install php-json ~# apt install php-mbstring ~# apt install php-tokenizer ~# apt install php-xml Install Laravel ~# composer global require laravel/installer ~# vim ~/.bash_profile export PATH=$PATH:~/.config/composer/vendor/bin ~# source ~/.bash_profile Install

  • maki
maki Mar 31, 2020 • 1 min read
Cypher's ghost © 2022
Powered by Ghost