Skip to content

a6205206z/AIO

Repository files navigation

Based on Nginx

HOW TO INSTALL

install dependencies

yum groupinstall "Development Tools"
yum -y install pcre* zlib* openssl*

install mongodb driver

cd /AIOPath/mongo-c-driver
make & make install

install aio

entry sourcecode folder

chmod 755 -R /AIOPath
cd /AIOPath/source
./esbcfg.sh
make & make install
vi /etc/ld.so.conf

add /usr/local/lib and save

/sbin/ldconfig

start aio

/usr/local/nginx/sbin/nginx

AIO

Architecture

2015/12/04

add prometheus monitor data collecter

Releases

No releases published

Packages

No packages published