muitimon / redmica-test

0 stars 0 forks source link

redmica install #1

Open muitimon opened 3 years ago

muitimon commented 3 years ago

前準備

docker 環境準備

httpd(apache) install

Dependencies Resolved

================================================================================== Package Arch Version Repository Size

Installing: httpd x86_64 2.4.6-97.el7.centos updates 2.7 M Installing for dependencies: apr x86_64 1.4.8-7.el7 base 104 k apr-util x86_64 1.5.2-6.el7 base 92 k centos-logos noarch 70.0.6-3.el7.centos base 21 M httpd-tools x86_64 2.4.6-97.el7.centos updates 93 k mailcap noarch 2.1.41-2.el7 base 31 k

Transaction Summary

Install 1 Package (+5 Dependent packages)

Total download size: 24 M Installed size: 32 M Downloading packages: warning: /var/cache/yum/x86_64/7/base/packages/apr-util-1.5.2-6.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY Public key for apr-util-1.5.2-6.el7.x86_64.rpm is not installed (1/6): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00
Public key for httpd-tools-2.4.6-97.el7.centos.x86_64.rpm is not installed (2/6): httpd-tools-2.4.6-97.el7.centos.x86_64.rpm | 93 kB 00:00:00
(3/6): apr-1.4.8-7.el7.x86_64.rpm | 104 kB 00:00:00
(4/6): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00:00
(5/6): httpd-2.4.6-97.el7.centos.x86_64.rpm | 2.7 MB 00:00:01
(6/6): centos-logos-70.0.6-3.el7.centos.noarch.rpm | 21 MB 00:00:03

Total 7.3 MB/s | 24 MB 00:03
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Importing GPG key 0xF4A80EB5: Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) security@centos.org" Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 Package : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : apr-1.4.8-7.el7.x86_64 1/6 Installing : apr-util-1.5.2-6.el7.x86_64 2/6 Installing : httpd-tools-2.4.6-97.el7.centos.x86_64 3/6 Installing : centos-logos-70.0.6-3.el7.centos.noarch 4/6 Installing : mailcap-2.1.41-2.el7.noarch 5/6 Installing : httpd-2.4.6-97.el7.centos.x86_64 6/6 Verifying : mailcap-2.1.41-2.el7.noarch 1/6 Verifying : apr-1.4.8-7.el7.x86_64 2/6 Verifying : apr-util-1.5.2-6.el7.x86_64 3/6 Verifying : httpd-2.4.6-97.el7.centos.x86_64 4/6 Verifying : httpd-tools-2.4.6-97.el7.centos.x86_64 5/6 Verifying : centos-logos-70.0.6-3.el7.centos.noarch 6/6

Installed: httpd.x86_64 0:2.4.6-97.el7.centos

Dependency Installed: apr.x86_64 0:1.4.8-7.el7
apr-util.x86_64 0:1.5.2-6.el7
centos-logos.noarch 0:70.0.6-3.el7.centos
httpd-tools.x86_64 0:2.4.6-97.el7.centos
mailcap.noarch 0:2.1.41-2.el7

Complete!


- 入ったか確認

httpd -version

Server version: Apache/2.4.6 (CentOS) Server built: Nov 16 2020 16:18:20


- 立ち上げ
  - たったー

systemctl start httpd.service


![image](https://user-images.githubusercontent.com/17703348/109378264-86a1f580-7914-11eb-8f87-026b18b9463b.png)

- stop

systemctl stop httpd.service

muitimon commented 3 years ago

redmica install

CentOSの設定

これは Docker でやってるので気にしなくて良い

必要なパッケージのインストール

Rubyのインストール

muitimon commented 3 years ago

PostgreSQL の設定

muitimon commented 3 years ago
muitimon commented 3 years ago