Dependencies … yum update -y yum groupinstall “Development Tools” -y yum install libxslt-devel libxml2-devel libXt-devel curl git tmux -y Installing PostgreSQL … TAIGA_POSTGRES_BD =…
- Category Archives 기술자료
-
-
Bugzilla 설치시 compiler error ( Lib, Module 없다는.. 오류 )
-lz 오류는 yum -y install zlib-devel -lssl 오류는 yum -y install openssl-devel –lcrypto 오류는 yum install -y openssl-devel
-
Bugzilla install 할때 Perl DateTime::TimeZone가 설치 안될때.
Perl DateTime::TimeZone 가 죽어도 설치 안될때 해결 방법 9down vote I was having the same problem when upgrading. The DateTime::TimeZone module appeared to be installed but the Bugzilla checksetup.pl script…
-
install bugzilla with nginx on centos7
Set the Hostname Before you begin installing and configuring the components described in this guide, please make sure you’ve followed our instructions for setting your hostname. Issue the following co…
-
http://naver.github.io/arcus/
http://naver.github.io/arcus/ ZooKeeper를 기반으로 하는 네이버 서비스들의 요구사항들을 반영해 개발한 메모리 캐시 클라우드 라고 함.
-
Install and configure Nginx, MariaDB & PHP-FPM in CentOS 7 (RHEL7)
https://stavrovski.net/blog/install-and-configure-nginx-mariadb-php-fpm-in-centos-7-rhel7 The following is a quick-N-dirty write-up on how to install and configure the LEMP stack (Nginx, MariaD…
-
[보안|설정]nginx .php$ 문제 및 apache 환경변수 세팅
location ~ .php($|/) { include /etc/nginx/fastcgi_params; fastcgi_pass unix:/var/run/nginx/php-fcgi.socket; fastcgi_index index.php; } index index.html index.php; 요런식으로 세팅하면 아파치에서 처럼 a.php/a/b/c…
-
NGINX : FcgiExample
FastCGI Example First thing, I recommend keeping all your typical FCGI settings in a single file and importing them. For example you might have an /etc/nginx/fastcgi.conf (or /etc/nginx/fastcgi_params…
-
vsftpd on Centos server 530 login incorrect error – fixed
The settings for disabling anonymous login and allowing local users where set in /etc/vsftpd.conf. anonymous_enable=NOlocal_enable=YESwrite_enable=YES But the ftp server still refused to let me login…
-
Repair a broken Ext4 Superblock in Ubuntu
This has happened to me a few times, and it’s not a nice problem to find yourself in. You computer won’t boot, all your filesystem checks tell you you’ve a bad superblock, but you cant seem to find ho…